# 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_list.yml ******************************************************* 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml PLAY [Basic list snapshot test] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:2 Friday 01 March 2024 20:52:10 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:38 Friday 01 March 2024 20:52:11 +0000 (0:00:01.031) 0:00:01.043 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:10 Friday 01 March 2024 20:52:11 +0000 (0:00:00.012) 0:00:01.055 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:15 Friday 01 March 2024 20:52:11 +0000 (0:00:00.250) 0:00:01.306 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:19 Friday 01 March 2024 20:52:11 +0000 (0:00:00.016) 0:00:01.323 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:52:11 +0000 (0:00:00.016) 0:00:01.340 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:52:11 +0000 (0:00:00.013) 0:00:01.353 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:52:11 +0000 (0:00:00.018) 0:00:01.372 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:52:11 +0000 (0:00:00.026) 0:00:01.398 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:52:12 +0000 (0:00:00.197) 0:00:01.595 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:52:12 +0000 (0:00:00.015) 0:00:01.610 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:52:12 +0000 (0:00:00.010) 0:00:01.620 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:52:12 +0000 (0:00:00.009) 0:00:01.630 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:52:12 +0000 (0:00:00.026) 0:00:01.657 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:52:14 +0000 (0:00:02.536) 0:00:04.193 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:52:14 +0000 (0:00:00.011) 0:00:04.205 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:52:14 +0000 (0:00:00.011) 0:00:04.216 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:52:15 +0000 (0:00:00.485) 0:00:04.702 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:52:15 +0000 (0:00:00.020) 0:00:04.722 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:52:15 +0000 (0:00:00.016) 0:00:04.738 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:52:15 +0000 (0:00:00.017) 0:00:04.755 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:52:15 +0000 (0:00:00.015) 0:00:04.771 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:52:17 +0000 (0:00:02.406) 0:00:07.178 ********** 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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:52:19 +0000 (0:00:01.854) 0:00:09.032 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:52:19 +0000 (0:00:00.029) 0:00:09.062 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:52:19 +0000 (0:00:00.008) 0:00:09.070 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:52:19 +0000 (0:00:00.385) 0:00:09.456 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:52:19 +0000 (0:00:00.018) 0:00:09.474 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:52:19 +0000 (0:00:00.009) 0:00:09.483 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:52:20 +0000 (0:00:00.012) 0:00:09.496 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:52:20 +0000 (0:00:00.012) 0:00:09.508 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:52:20 +0000 (0:00:00.012) 0:00:09.520 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:52:20 +0000 (0:00:00.018) 0:00:09.539 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:52:20 +0000 (0:00:00.009) 0:00:09.549 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:52:20 +0000 (0:00:00.018) 0:00:09.568 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:52:20 +0000 (0:00:00.018) 0:00:09.586 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:52:20 +0000 (0:00:00.009) 0:00:09.596 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.5259573, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:52:20 +0000 (0:00:00.202) 0:00:09.799 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:52:20 +0000 (0:00:00.010) 0:00:09.810 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 20:52:21 +0000 (0:00:00.777) 0:00:10.587 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 20:52:21 +0000 (0:00:00.017) 0:00:10.605 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 20:52:21 +0000 (0:00:00.198) 0:00:10.803 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 20:52:21 +0000 (0:00:00.015) 0:00:10.818 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 20:52:23 +0000 (0:00:02.606) 0:00:13.425 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 20:52:24 +0000 (0:00:00.297) 0:00:13.722 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 20:52:24 +0000 (0:00:00.012) 0:00:13.735 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 20:52:24 +0000 (0:00:00.011) 0:00:13.746 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 20:52:24 +0000 (0:00:00.021) 0:00:13.767 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 20:52:24 +0000 (0:00:00.018) 0:00:13.786 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:29 Friday 01 March 2024 20:52:24 +0000 (0:00:00.018) 0:00:13.804 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:52:24 +0000 (0:00:00.024) 0:00:13.829 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:52:24 +0000 (0:00:00.016) 0:00:13.846 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:52:24 +0000 (0:00:00.020) 0:00:13.866 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:52:24 +0000 (0:00:00.029) 0:00:13.896 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:52:24 +0000 (0:00:00.013) 0:00:13.909 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:52:24 +0000 (0:00:00.012) 0:00:13.921 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:52:24 +0000 (0:00:00.025) 0:00:13.947 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:52:24 +0000 (0:00:00.011) 0:00:13.959 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:52:24 +0000 (0:00:00.026) 0:00:13.986 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:52:27 +0000 (0:00:02.653) 0:00:16.639 ********** 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 20:52:27 +0000 (0:00:00.027) 0:00:16.667 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:52:27 +0000 (0:00:00.012) 0:00:16.679 ********** 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 20:52:31 +0000 (0:00:04.275) 0:00:20.955 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:52:31 +0000 (0:00:00.022) 0:00:20.977 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:52:31 +0000 (0:00:00.017) 0:00:20.995 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:52:31 +0000 (0:00:00.020) 0:00:21.016 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:52:31 +0000 (0:00:00.017) 0:00:21.033 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:52:34 +0000 (0:00:02.690) 0:00:23.723 ********** 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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:52:36 +0000 (0:00:01.838) 0:00:25.562 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:52:36 +0000 (0:00:00.029) 0:00:25.592 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:52:36 +0000 (0:00:00.009) 0:00:25.601 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:52:46 +0000 (0:00:10.453) 0:00:36.055 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.013092", "end": "2024-03-01 20:52:46.830305", "rc": 0, "start": "2024-03-01 20:52:46.817213" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:52:46 +0000 (0:00:00.317) 0:00:36.372 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:52:46 +0000 (0:00:00.012) 0:00:36.385 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:52:46 +0000 (0:00:00.023) 0:00:36.409 ********** 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 20:52:46 +0000 (0:00:00.020) 0:00:36.429 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:52:46 +0000 (0:00:00.013) 0:00:36.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:141 Friday 01 March 2024 20:52:46 +0000 (0:00:00.019) 0:00:36.462 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:52:46 +0000 (0:00:00.011) 0:00:36.473 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:52:47 +0000 (0:00:00.022) 0:00:36.496 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:52:47 +0000 (0:00:00.020) 0:00:36.517 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:52:47 +0000 (0:00:00.011) 0:00:36.528 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.5259573, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:52:47 +0000 (0:00:00.216) 0:00:36.744 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:52:47 +0000 (0:00:00.010) 0:00:36.755 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:41 Friday 01 March 2024 20:52:48 +0000 (0:00:00.833) 0:00:37.588 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:52:48 +0000 (0:00:00.023) 0:00:37.612 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:52:48 +0000 (0:00:00.018) 0:00:37.630 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:52:48 +0000 (0:00:00.021) 0:00:37.652 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:52:48 +0000 (0:00:00.014) 0:00:37.666 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:52:48 +0000 (0:00:00.014) 0:00:37.680 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:52:48 +0000 (0:00:00.030) 0:00:37.711 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:52:50 +0000 (0:00:02.537) 0:00:40.249 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:52:50 +0000 (0:00:00.026) 0:00:40.276 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:52:53 +0000 (0:00:03.026) 0:00:43.302 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.11.34 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.11.34 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:52:53 +0000 (0:00:00.015) 0:00:43.318 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:52:53 +0000 (0:00:00.025) 0:00:43.343 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:52:53 +0000 (0:00:00.010) 0:00:43.354 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:50 Friday 01 March 2024 20:52:53 +0000 (0:00:00.016) 0:00:43.370 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:52:53 +0000 (0:00:00.027) 0:00:43.397 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:52:53 +0000 (0:00:00.037) 0:00:43.435 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:52:53 +0000 (0:00:00.023) 0:00:43.458 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:52:53 +0000 (0:00:00.014) 0:00:43.472 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:52:53 +0000 (0:00:00.014) 0:00:43.487 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:52:54 +0000 (0:00:00.031) 0:00:43.518 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:52:56 +0000 (0:00:02.549) 0:00:46.068 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -a -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:52:56 +0000 (0:00:00.027) 0:00:46.096 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:52:58 +0000 (0:00:01.443) 0:00:47.539 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.11.34 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.11.34 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:52:58 +0000 (0:00:00.014) 0:00:47.553 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:52:58 +0000 (0:00:00.027) 0:00:47.581 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:52:58 +0000 (0:00:00.012) 0:00:47.593 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [List] ******************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:59 Friday 01 March 2024 20:52:58 +0000 (0:00:00.015) 0:00:47.609 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:52:58 +0000 (0:00:00.029) 0:00:47.638 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:52:58 +0000 (0:00:00.017) 0:00:47.655 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:52:58 +0000 (0:00:00.023) 0:00:47.679 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:52:58 +0000 (0:00:00.014) 0:00:47.694 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:52:58 +0000 (0:00:00.014) 0:00:47.708 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:52:58 +0000 (0:00:00.031) 0:00:47.739 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:53:00 +0000 (0:00:02.582) 0:00:50.322 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py list -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command list] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:53:00 +0000 (0:00:00.026) 0:00:50.349 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:53:01 +0000 (0:00:00.360) 0:00:50.709 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.11.34 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.11.34 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [],\r\n \"data\": {\r\n \"volumes\": {\r\n \"test_vg3\": [\r\n {\r\n \"lv_uuid\": \"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR\",\r\n \"lv_name\": \"lv5\",\r\n \"lv_full_name\": \"test_vg3/lv5\",\r\n \"lv_path\": \"/dev/test_vg3/lv5\",\r\n \"lv_size\": \"1283457024\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"1283457024\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe\",\r\n \"lv_name\": \"lv5_snapset1\",\r\n \"lv_full_name\": \"test_vg3/lv5_snapset1\",\r\n \"lv_path\": \"/dev/test_vg3/lv5_snapset1\",\r\n \"lv_size\": \"192937984\",\r\n \"origin\": \"lv5\",\r\n \"origin_size\": \"1283457024\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF\",\r\n \"lv_name\": \"lv6\",\r\n \"lv_full_name\": \"test_vg3/lv6\",\r\n \"lv_path\": \"/dev/test_vg3/lv6\",\r\n \"lv_size\": \"1069547520\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"1069547520\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40\",\r\n \"lv_name\": \"lv6_snapset1\",\r\n \"lv_full_name\": \"test_vg3/lv6_snapset1\",\r\n \"lv_path\": \"/dev/test_vg3/lv6_snapset1\",\r\n \"lv_size\": \"163577856\",\r\n \"origin\": \"lv6\",\r\n \"origin_size\": \"1069547520\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny\",\r\n \"lv_name\": \"lv7\",\r\n \"lv_full_name\": \"test_vg3/lv7\",\r\n \"lv_path\": \"/dev/test_vg3/lv7\",\r\n \"lv_size\": \"427819008\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"427819008\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo\",\r\n \"lv_name\": \"lv7_snapset1\",\r\n \"lv_full_name\": \"test_vg3/lv7_snapset1\",\r\n \"lv_path\": \"/dev/test_vg3/lv7_snapset1\",\r\n \"lv_size\": \"67108864\",\r\n \"origin\": \"lv7\",\r\n \"origin_size\": \"427819008\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21\",\r\n \"lv_name\": \"lv8\",\r\n \"lv_full_name\": \"test_vg3/lv8\",\r\n \"lv_path\": \"/dev/test_vg3/lv8\",\r\n \"lv_size\": \"427819008\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"427819008\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC\",\r\n \"lv_name\": \"lv8_snapset1\",\r\n \"lv_full_name\": \"test_vg3/lv8_snapset1\",\r\n \"lv_path\": \"/dev/test_vg3/lv8_snapset1\",\r\n \"lv_size\": \"67108864\",\r\n \"origin\": \"lv8\",\r\n \"origin_size\": \"427819008\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg3\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n }\r\n ],\r\n \"test_vg2\": [\r\n {\r\n \"lv_uuid\": \"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2\",\r\n \"lv_name\": \"lv3\",\r\n \"lv_full_name\": \"test_vg2/lv3\",\r\n \"lv_path\": \"/dev/test_vg2/lv3\",\r\n \"lv_size\": \"322961408\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"322961408\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg2\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14\",\r\n \"lv_name\": \"lv3_snapset1\",\r\n \"lv_full_name\": \"test_vg2/lv3_snapset1\",\r\n \"lv_path\": \"/dev/test_vg2/lv3_snapset1\",\r\n \"lv_size\": \"50331648\",\r\n \"origin\": \"lv3\",\r\n \"origin_size\": \"322961408\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg2\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue\",\r\n \"lv_name\": \"lv4\",\r\n \"lv_full_name\": \"test_vg2/lv4\",\r\n \"lv_path\": \"/dev/test_vg2/lv4\",\r\n \"lv_size\": \"641728512\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"641728512\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg2\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd\",\r\n \"lv_name\": \"lv4_snapset1\",\r\n \"lv_full_name\": \"test_vg2/lv4_snapset1\",\r\n \"lv_path\": \"/dev/test_vg2/lv4_snapset1\",\r\n \"lv_size\": \"96468992\",\r\n \"origin\": \"lv4\",\r\n \"origin_size\": \"641728512\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg2\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n }\r\n ],\r\n \"test_vg1\": [\r\n {\r\n \"lv_uuid\": \"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND\",\r\n \"lv_name\": \"lv1\",\r\n \"lv_full_name\": \"test_vg1/lv1\",\r\n \"lv_path\": \"/dev/test_vg1/lv1\",\r\n \"lv_size\": \"482344960\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"482344960\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg1\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq\",\r\n \"lv_name\": \"lv1_snapset1\",\r\n \"lv_full_name\": \"test_vg1/lv1_snapset1\",\r\n \"lv_path\": \"/dev/test_vg1/lv1_snapset1\",\r\n \"lv_size\": \"75497472\",\r\n \"origin\": \"lv1\",\r\n \"origin_size\": \"482344960\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg1\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs\",\r\n \"lv_name\": \"lv2\",\r\n \"lv_full_name\": \"test_vg1/lv2\",\r\n \"lv_path\": \"/dev/test_vg1/lv2\",\r\n \"lv_size\": \"1606418432\",\r\n \"origin\": \"\",\r\n \"origin_size\": \"1606418432\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"owi-a-s---\",\r\n \"vg_name\": \"test_vg1\",\r\n \"data_percent\": \"\",\r\n \"metadata_percent\": \"\"\r\n },\r\n {\r\n \"lv_uuid\": \"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc\",\r\n \"lv_name\": \"lv2_snapset1\",\r\n \"lv_full_name\": \"test_vg1/lv2_snapset1\",\r\n \"lv_path\": \"/dev/test_vg1/lv2_snapset1\",\r\n \"lv_size\": \"243269632\",\r\n \"origin\": \"lv2\",\r\n \"origin_size\": \"1606418432\",\r\n \"pool_lv\": \"\",\r\n \"lv_tags\": \"\",\r\n \"lv_attr\": \"swi-a-s---\",\r\n \"vg_name\": \"test_vg1\",\r\n \"data_percent\": \"0.00\",\r\n \"metadata_percent\": \"\"\r\n }\r\n ]\r\n },\r\n \"mounts\": {\r\n \"/dev/test_vg3/lv5\": null,\r\n \"/dev/test_vg3/lv5_snapset1\": null,\r\n \"/dev/test_vg3/lv6\": null,\r\n \"/dev/test_vg3/lv6_snapset1\": null,\r\n \"/dev/test_vg3/lv7\": null,\r\n \"/dev/test_vg3/lv7_snapset1\": null,\r\n \"/dev/test_vg3/lv8\": null,\r\n \"/dev/test_vg3/lv8_snapset1\": null,\r\n \"/dev/test_vg2/lv3\": null,\r\n \"/dev/test_vg2/lv3_snapset1\": null,\r\n \"/dev/test_vg2/lv4\": null,\r\n \"/dev/test_vg2/lv4_snapset1\": null,\r\n \"/dev/test_vg1/lv1\": null,\r\n \"/dev/test_vg1/lv1_snapset1\": null,\r\n \"/dev/test_vg1/lv2\": null,\r\n \"/dev/test_vg1/lv2_snapset1\": null\r\n }\r\n },\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [],", " \"data\": {", " \"volumes\": {", " \"test_vg3\": [", " {", " \"lv_uuid\": \"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR\",", " \"lv_name\": \"lv5\",", " \"lv_full_name\": \"test_vg3/lv5\",", " \"lv_path\": \"/dev/test_vg3/lv5\",", " \"lv_size\": \"1283457024\",", " \"origin\": \"\",", " \"origin_size\": \"1283457024\",", " \"pool_lv\": \"\",", " \"lv_tags\": \"\",", " \"lv_attr\": \"owi-a-s---\",", " \"vg_name\": \"test_vg3\",", " \"data_percent\": \"\",", " \"metadata_percent\": \"\"", " },", " {", " \"lv_uuid\": \"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe\",", " \"lv_name\": \"lv5_snapset1\",", " \"lv_full_name\": \"test_vg3/lv5_snapset1\",", " \"lv_path\": \"/dev/test_vg3/lv5_snapset1\",", " \"lv_size\": \"192937984\",", " \"origin\": \"lv5\",", " \"origin_size\": \"1283457024\",", " \"pool_lv\": \"\",", " \"lv_tags\": \"\",", " \"lv_attr\": \"swi-a-s---\",", " \"vg_name\": \"test_vg3\",", " \"data_percent\": \"0.00\",", " \"metadata_percent\": \"\"", " },", " {", " \"lv_uuid\": \"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF\",", " \"lv_name\": \"lv6\",", " \"lv_full_name\": \"test_vg3/lv6\",", " \"lv_path\": \"/dev/test_vg3/lv6\",", " \"lv_size\": \"1069547520\",", " \"origin\": \"\",", " \"origin_size\": \"1069547520\",", " \"pool_lv\": \"\",", " \"lv_tags\": \"\",", " \"lv_attr\": \"owi-a-s---\",", " \"vg_name\": \"test_vg3\",", " \"data_percent\": \"\",", " \"metadata_percent\": \"\"", " },", " {", " \"lv_uuid\": \"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40\",", " \"lv_name\": \"lv6_snapset1\",", " \"lv_full_name\": \"test_vg3/lv6_snapset1\",", " \"lv_path\": \"/dev/test_vg3/lv6_snapset1\",", " \"lv_size\": \"163577856\",", " \"origin\": \"lv6\",", " \"origin_size\": \"1069547520\",", " \"pool_lv\": \"\",", " \"lv_tags\": \"\",", " \"lv_attr\": \"swi-a-s---\",", " \"vg_name\": \"test_vg3\",", " \"data_percent\": \"0.00\",", " \"metadata_percent\": \"\"", " },", " {", " \"lv_uuid\": \"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21\",", " \"lv_name\": \"lv8\",", " \"lv_full_name\": \"test_vg3/lv8\",", " \"lv_path\": \"/dev/test_vg3/lv8\",", " \"lv_size\": \"427819008\",", " \"origin\": \"\",", " \"origin_size\": \"427819008\",", " \"pool_lv\": \"\",", " \"lv_tags\": \"\",", " \"lv_attr\": \"owi-a-s---\",", " \"vg_name\": \"test_vg3\",", " \"data_percent\": \"\",", " \"metadata_percent\": \"\"", " },", " {", " \"lv_uuid\": \"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC\",", " \"lv_name\": \"lv8_snapset1\",", " \"lv_full_name\": \"test_vg3/lv8_snapset1\",", " \"lv_path\": \"/dev/test_vg3/lv8_snapset1\",", " \"lv_size\": \"67108864\",", " \"origin\": \"lv8\",", " \"origin_size\": \"427819008\",", " \"pool_lv\": \"\",", " \"lv_tags\": \"\",", " \"lv_attr\": \"swi-a-s---\",", " \"vg_name\": \"test_vg3\",", " \"data_percent\": \"0.00\",", " \"metadata_percent\": \"\"", " }", " ],", " \"test_vg2\": [", " {", " \"lv_uuid\": \"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd\",", " \"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\": \"\"", " }", " ],", " \"test_vg1\": [", " {", " \"lv_uuid\": \"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs\",", " \"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\": \"\"", " },", " {", " \"lv_uuid\": \"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc\",", " \"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\": \"\"", " }", " ]", " },", " \"mounts\": {", " \"/dev/test_vg3/lv5\": null,", " \"/dev/test_vg3/lv5_snapset1\": null,", " \"/dev/test_vg3/lv6\": null,", " \"/dev/test_vg3/lv6_snapset1\": null,", " \"/dev/test_vg3/lv7\": null,", " \"/dev/test_vg3/lv7_snapset1\": null,", " \"/dev/test_vg3/lv8\": null,", " \"/dev/test_vg3/lv8_snapset1\": null,", " \"/dev/test_vg2/lv3\": null,", " \"/dev/test_vg2/lv3_snapset1\": null,", " \"/dev/test_vg2/lv4\": null,", " \"/dev/test_vg2/lv4_snapset1\": null,", " \"/dev/test_vg1/lv1\": null,", " \"/dev/test_vg1/lv1_snapset1\": null,", " \"/dev/test_vg1/lv2\": null,", " \"/dev/test_vg1/lv2_snapset1\": null", " }", " },", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:53:01 +0000 (0:00:00.017) 0:00:50.726 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "data": { "mounts": { "/dev/test_vg1/lv1": null, "/dev/test_vg1/lv1_snapset1": null, "/dev/test_vg1/lv2": null, "/dev/test_vg1/lv2_snapset1": null, "/dev/test_vg2/lv3": null, "/dev/test_vg2/lv3_snapset1": null, "/dev/test_vg2/lv4": null, "/dev/test_vg2/lv4_snapset1": null, "/dev/test_vg3/lv5": null, "/dev/test_vg3/lv5_snapset1": null, "/dev/test_vg3/lv6": null, "/dev/test_vg3/lv6_snapset1": null, "/dev/test_vg3/lv7": null, "/dev/test_vg3/lv7_snapset1": null, "/dev/test_vg3/lv8": null, "/dev/test_vg3/lv8_snapset1": null }, "volumes": { "test_vg1": [ { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg1/lv1", "lv_name": "lv1", "lv_path": "/dev/test_vg1/lv1", "lv_size": "482344960", "lv_tags": "", "lv_uuid": "sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "metadata_percent": "", "origin": "", "origin_size": "482344960", "pool_lv": "", "vg_name": "test_vg1" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg1/lv1_snapset1", "lv_name": "lv1_snapset1", "lv_path": "/dev/test_vg1/lv1_snapset1", "lv_size": "75497472", "lv_tags": "", "lv_uuid": "Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "metadata_percent": "", "origin": "lv1", "origin_size": "482344960", "pool_lv": "", "vg_name": "test_vg1" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg1/lv2", "lv_name": "lv2", "lv_path": "/dev/test_vg1/lv2", "lv_size": "1606418432", "lv_tags": "", "lv_uuid": "IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "metadata_percent": "", "origin": "", "origin_size": "1606418432", "pool_lv": "", "vg_name": "test_vg1" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg1/lv2_snapset1", "lv_name": "lv2_snapset1", "lv_path": "/dev/test_vg1/lv2_snapset1", "lv_size": "243269632", "lv_tags": "", "lv_uuid": "Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "metadata_percent": "", "origin": "lv2", "origin_size": "1606418432", "pool_lv": "", "vg_name": "test_vg1" } ], "test_vg2": [ { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg2/lv3", "lv_name": "lv3", "lv_path": "/dev/test_vg2/lv3", "lv_size": "322961408", "lv_tags": "", "lv_uuid": "HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "metadata_percent": "", "origin": "", "origin_size": "322961408", "pool_lv": "", "vg_name": "test_vg2" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg2/lv3_snapset1", "lv_name": "lv3_snapset1", "lv_path": "/dev/test_vg2/lv3_snapset1", "lv_size": "50331648", "lv_tags": "", "lv_uuid": "XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "metadata_percent": "", "origin": "lv3", "origin_size": "322961408", "pool_lv": "", "vg_name": "test_vg2" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg2/lv4", "lv_name": "lv4", "lv_path": "/dev/test_vg2/lv4", "lv_size": "641728512", "lv_tags": "", "lv_uuid": "weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "metadata_percent": "", "origin": "", "origin_size": "641728512", "pool_lv": "", "vg_name": "test_vg2" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg2/lv4_snapset1", "lv_name": "lv4_snapset1", "lv_path": "/dev/test_vg2/lv4_snapset1", "lv_size": "96468992", "lv_tags": "", "lv_uuid": "Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "metadata_percent": "", "origin": "lv4", "origin_size": "641728512", "pool_lv": "", "vg_name": "test_vg2" } ], "test_vg3": [ { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv5", "lv_name": "lv5", "lv_path": "/dev/test_vg3/lv5", "lv_size": "1283457024", "lv_tags": "", "lv_uuid": "dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "metadata_percent": "", "origin": "", "origin_size": "1283457024", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv5_snapset1", "lv_name": "lv5_snapset1", "lv_path": "/dev/test_vg3/lv5_snapset1", "lv_size": "192937984", "lv_tags": "", "lv_uuid": "iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "metadata_percent": "", "origin": "lv5", "origin_size": "1283457024", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv6", "lv_name": "lv6", "lv_path": "/dev/test_vg3/lv6", "lv_size": "1069547520", "lv_tags": "", "lv_uuid": "7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "metadata_percent": "", "origin": "", "origin_size": "1069547520", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv6_snapset1", "lv_name": "lv6_snapset1", "lv_path": "/dev/test_vg3/lv6_snapset1", "lv_size": "163577856", "lv_tags": "", "lv_uuid": "KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "metadata_percent": "", "origin": "lv6", "origin_size": "1069547520", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv7", "lv_name": "lv7", "lv_path": "/dev/test_vg3/lv7", "lv_size": "427819008", "lv_tags": "", "lv_uuid": "x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "metadata_percent": "", "origin": "", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv7_snapset1", "lv_name": "lv7_snapset1", "lv_path": "/dev/test_vg3/lv7_snapset1", "lv_size": "67108864", "lv_tags": "", "lv_uuid": "1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "metadata_percent": "", "origin": "lv7", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv8", "lv_name": "lv8", "lv_path": "/dev/test_vg3/lv8", "lv_size": "427819008", "lv_tags": "", "lv_uuid": "kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "metadata_percent": "", "origin": "", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv8_snapset1", "lv_name": "lv8_snapset1", "lv_path": "/dev/test_vg3/lv8_snapset1", "lv_size": "67108864", "lv_tags": "", "lv_uuid": "drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "metadata_percent": "", "origin": "lv8", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" } ] } }, "errors": [], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:53:01 +0000 (0:00:00.030) 0:00:50.757 ********** ok: [sut] => { "ansible_facts": { "snapshot_facts": { "mounts": { "/dev/test_vg1/lv1": null, "/dev/test_vg1/lv1_snapset1": null, "/dev/test_vg1/lv2": null, "/dev/test_vg1/lv2_snapset1": null, "/dev/test_vg2/lv3": null, "/dev/test_vg2/lv3_snapset1": null, "/dev/test_vg2/lv4": null, "/dev/test_vg2/lv4_snapset1": null, "/dev/test_vg3/lv5": null, "/dev/test_vg3/lv5_snapset1": null, "/dev/test_vg3/lv6": null, "/dev/test_vg3/lv6_snapset1": null, "/dev/test_vg3/lv7": null, "/dev/test_vg3/lv7_snapset1": null, "/dev/test_vg3/lv8": null, "/dev/test_vg3/lv8_snapset1": null }, "volumes": { "test_vg1": [ { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg1/lv1", "lv_name": "lv1", "lv_path": "/dev/test_vg1/lv1", "lv_size": "482344960", "lv_tags": "", "lv_uuid": "sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "metadata_percent": "", "origin": "", "origin_size": "482344960", "pool_lv": "", "vg_name": "test_vg1" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg1/lv1_snapset1", "lv_name": "lv1_snapset1", "lv_path": "/dev/test_vg1/lv1_snapset1", "lv_size": "75497472", "lv_tags": "", "lv_uuid": "Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "metadata_percent": "", "origin": "lv1", "origin_size": "482344960", "pool_lv": "", "vg_name": "test_vg1" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg1/lv2", "lv_name": "lv2", "lv_path": "/dev/test_vg1/lv2", "lv_size": "1606418432", "lv_tags": "", "lv_uuid": "IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "metadata_percent": "", "origin": "", "origin_size": "1606418432", "pool_lv": "", "vg_name": "test_vg1" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg1/lv2_snapset1", "lv_name": "lv2_snapset1", "lv_path": "/dev/test_vg1/lv2_snapset1", "lv_size": "243269632", "lv_tags": "", "lv_uuid": "Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "metadata_percent": "", "origin": "lv2", "origin_size": "1606418432", "pool_lv": "", "vg_name": "test_vg1" } ], "test_vg2": [ { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg2/lv3", "lv_name": "lv3", "lv_path": "/dev/test_vg2/lv3", "lv_size": "322961408", "lv_tags": "", "lv_uuid": "HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "metadata_percent": "", "origin": "", "origin_size": "322961408", "pool_lv": "", "vg_name": "test_vg2" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg2/lv3_snapset1", "lv_name": "lv3_snapset1", "lv_path": "/dev/test_vg2/lv3_snapset1", "lv_size": "50331648", "lv_tags": "", "lv_uuid": "XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "metadata_percent": "", "origin": "lv3", "origin_size": "322961408", "pool_lv": "", "vg_name": "test_vg2" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg2/lv4", "lv_name": "lv4", "lv_path": "/dev/test_vg2/lv4", "lv_size": "641728512", "lv_tags": "", "lv_uuid": "weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "metadata_percent": "", "origin": "", "origin_size": "641728512", "pool_lv": "", "vg_name": "test_vg2" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg2/lv4_snapset1", "lv_name": "lv4_snapset1", "lv_path": "/dev/test_vg2/lv4_snapset1", "lv_size": "96468992", "lv_tags": "", "lv_uuid": "Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "metadata_percent": "", "origin": "lv4", "origin_size": "641728512", "pool_lv": "", "vg_name": "test_vg2" } ], "test_vg3": [ { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv5", "lv_name": "lv5", "lv_path": "/dev/test_vg3/lv5", "lv_size": "1283457024", "lv_tags": "", "lv_uuid": "dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "metadata_percent": "", "origin": "", "origin_size": "1283457024", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv5_snapset1", "lv_name": "lv5_snapset1", "lv_path": "/dev/test_vg3/lv5_snapset1", "lv_size": "192937984", "lv_tags": "", "lv_uuid": "iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "metadata_percent": "", "origin": "lv5", "origin_size": "1283457024", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv6", "lv_name": "lv6", "lv_path": "/dev/test_vg3/lv6", "lv_size": "1069547520", "lv_tags": "", "lv_uuid": "7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "metadata_percent": "", "origin": "", "origin_size": "1069547520", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv6_snapset1", "lv_name": "lv6_snapset1", "lv_path": "/dev/test_vg3/lv6_snapset1", "lv_size": "163577856", "lv_tags": "", "lv_uuid": "KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "metadata_percent": "", "origin": "lv6", "origin_size": "1069547520", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv7", "lv_name": "lv7", "lv_path": "/dev/test_vg3/lv7", "lv_size": "427819008", "lv_tags": "", "lv_uuid": "x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "metadata_percent": "", "origin": "", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv7_snapset1", "lv_name": "lv7_snapset1", "lv_path": "/dev/test_vg3/lv7_snapset1", "lv_size": "67108864", "lv_tags": "", "lv_uuid": "1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "metadata_percent": "", "origin": "lv7", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "", "lv_attr": "owi-a-s---", "lv_full_name": "test_vg3/lv8", "lv_name": "lv8", "lv_path": "/dev/test_vg3/lv8", "lv_size": "427819008", "lv_tags": "", "lv_uuid": "kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "metadata_percent": "", "origin": "", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" }, { "data_percent": "0.00", "lv_attr": "swi-a-s---", "lv_full_name": "test_vg3/lv8_snapset1", "lv_name": "lv8_snapset1", "lv_path": "/dev/test_vg3/lv8_snapset1", "lv_size": "67108864", "lv_tags": "", "lv_uuid": "drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "metadata_percent": "", "origin": "lv8", "origin_size": "427819008", "pool_lv": "", "vg_name": "test_vg3" } ] } } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:53:01 +0000 (0:00:00.020) 0:00:50.777 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for list] ********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:66 Friday 01 March 2024 20:53:01 +0000 (0:00:00.015) 0:00:50.793 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the snapshot LVs] *************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:70 Friday 01 March 2024 20:53:01 +0000 (0:00:00.012) 0:00:50.806 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:53:01 +0000 (0:00:00.031) 0:00:50.838 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:53:01 +0000 (0:00:00.021) 0:00:50.859 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:53:01 +0000 (0:00:00.023) 0:00:50.883 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:53:01 +0000 (0:00:00.014) 0:00:50.897 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:53:01 +0000 (0:00:00.014) 0:00:50.911 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:53:01 +0000 (0:00:00.032) 0:00:50.944 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:53:03 +0000 (0:00:02.520) 0:00:53.465 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:53:04 +0000 (0:00:00.027) 0:00:53.492 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:53:05 +0000 (0:00:01.738) 0:00:55.231 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.11.34 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.11.34 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:53:05 +0000 (0:00:00.014) 0:00:55.246 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:53:05 +0000 (0:00:00.027) 0:00:55.273 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:53:05 +0000 (0:00:00.011) 0:00:55.284 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:77 Friday 01 March 2024 20:53:05 +0000 (0:00:00.015) 0:00:55.299 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:53:05 +0000 (0:00:00.052) 0:00:55.351 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:53:05 +0000 (0:00:00.017) 0:00:55.369 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:53:05 +0000 (0:00:00.021) 0:00:55.391 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:53:05 +0000 (0:00:00.015) 0:00:55.407 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:53:05 +0000 (0:00:00.015) 0:00:55.422 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:53:05 +0000 (0:00:00.032) 0:00:55.455 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:53:08 +0000 (0:00:02.507) 0:00:57.963 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:53:08 +0000 (0:00:00.026) 0:00:57.989 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:53:09 +0000 (0:00:00.940) 0:00:58.929 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.11.34 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.11.34 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:53:09 +0000 (0:00:00.014) 0:00:58.944 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:53:09 +0000 (0:00:00.027) 0:00:58.971 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:53:09 +0000 (0:00:00.011) 0:00:58.982 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_list.yml:85 Friday 01 March 2024 20:53:09 +0000 (0:00:00.015) 0:00:58.997 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:7 Friday 01 March 2024 20:53:09 +0000 (0:00:00.025) 0:00:59.023 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:53:09 +0000 (0:00:00.018) 0:00:59.041 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:53:09 +0000 (0:00:00.018) 0:00:59.059 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:53:09 +0000 (0:00:00.023) 0:00:59.083 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:53:09 +0000 (0:00:00.033) 0:00:59.116 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:53:09 +0000 (0:00:00.016) 0:00:59.133 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:53:09 +0000 (0:00:00.014) 0:00:59.148 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:53:09 +0000 (0:00:00.013) 0:00:59.161 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:53:09 +0000 (0:00:00.012) 0:00:59.173 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:53:09 +0000 (0:00:00.029) 0:00:59.203 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:53:12 +0000 (0:00:02.671) 0:01:01.874 ********** 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 20:53:12 +0000 (0:00:00.030) 0:01:01.904 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:53:12 +0000 (0:00:00.020) 0:01:01.925 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:53:19 +0000 (0:00:06.910) 0:01:08.835 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:53:19 +0000 (0:00:00.025) 0:01:08.861 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:53:19 +0000 (0:00:00.019) 0:01:08.880 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:53:19 +0000 (0:00:00.019) 0:01:08.900 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:53:19 +0000 (0:00:00.018) 0:01:08.918 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:53:21 +0000 (0:00:02.518) 0:01:11.436 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:53:23 +0000 (0:00:01.854) 0:01:13.291 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:53:23 +0000 (0:00:00.032) 0:01:13.323 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:53:23 +0000 (0:00:00.011) 0:01:13.334 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:53:36 +0000 (0:00:12.295) 0:01:25.629 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:53:36 +0000 (0:00:00.023) 0:01:25.653 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:53:36 +0000 (0:00:00.010) 0:01:25.663 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:53:36 +0000 (0:00:00.026) 0:01:25.690 ********** 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 20:53:36 +0000 (0:00:00.021) 0:01:25.711 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:53:36 +0000 (0:00:00.014) 0:01:25.726 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:53:36 +0000 (0:00:00.020) 0:01:25.746 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:53:36 +0000 (0:00:00.012) 0:01:25.759 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:53:36 +0000 (0:00:00.023) 0:01:25.783 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:53:36 +0000 (0:00:00.021) 0:01:25.804 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:53:36 +0000 (0:00:00.012) 0:01:25.817 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.5259573, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:53:36 +0000 (0:00:00.215) 0:01:26.032 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:53:36 +0000 (0:00:00.012) 0:01:26.045 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:29 Friday 01 March 2024 20:53:37 +0000 (0:00:00.783) 0:01:26.828 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:33 Friday 01 March 2024 20:53:37 +0000 (0:00:00.013) 0:01:26.841 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 20:53:37 +0000 (0:00:00.019) 0:01:26.861 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 20:53:37 +0000 (0:00:00.014) 0:01:26.875 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 20:53:37 +0000 (0:00:00.013) 0:01:26.888 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 20:53:39 +0000 (0:00:02.580) 0:01:29.468 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk" ], "info": [ "Disk [/dev/sdi] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 20:53:40 +0000 (0:00:00.222) 0:01:29.691 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 20:53:40 +0000 (0:00:00.013) 0:01:29.705 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 20:53:40 +0000 (0:00:00.013) 0:01:29.719 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 20:53:40 +0000 (0:00:00.019) 0:01:29.738 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 20:53:40 +0000 (0:00:00.019) 0:01:29.758 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 Friday 01 March 2024 20:53:40 +0000 (0:00:00.018) 0:01:29.777 ********** 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.277230", "end": "2024-03-01 20:53:40.744769", "failed_when_result": true, "rc": 0, "start": "2024-03-01 20:53:40.467539" } 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/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) 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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) 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) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18838) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.3G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 20:51:28,392 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 xxxxx snapset1 1 None 2024-03-01 20:51:28,392 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:28,417 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"lv_uuid":"H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ", "lv_uuid":"H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL", "lv_uuid":"H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj", "pv_name":"/dev/sda"} 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,418 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj"}, 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj"} 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,419 INFO snapshot-role/MainThread: exit code: 13: ['source logical volume does not exist: test_vg1/xxxxx'] 2024-03-01 20:51:58,509 INFO snapshot-role/MainThread: check_cmd: check 2 None None snapset1 0 None 2024-03-01 20:51:58,510 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:58,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: { 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: , 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: } 2024-03-01 20:51:58,539 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:05,139 INFO snapshot-role/MainThread: check_cmd: check 2 None None snapset1 0 None 2024-03-01 20:52:05,139 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:05,163 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: { 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: , 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: } 2024-03-01 20:52:05,164 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:51,017 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:52:51,017 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:51,047 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:51,048 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny"} 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue"} 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,050 INFO snapshot-role/MainThread: {"lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sda"} 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND"} 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 20:52:51,051 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 20:52:51,052 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:51,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,081 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,082 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny"} 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: {"lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,083 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue"} 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: {"lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,084 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sda"} 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND"} 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,085 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:51,111 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,112 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:51,136 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,137 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:51,162 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:51,162 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,163 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 20:52:51,425 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,425 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,425 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,426 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,426 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,483 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:51,510 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,511 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,536 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 20:52:51,764 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,765 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,765 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,765 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,765 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,818 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:51,845 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,846 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:51,872 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: { 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: , 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: } 2024-03-01 20:52:51,873 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 20:52:52,095 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,095 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,095 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,095 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,095 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,096 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:52,159 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,160 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:52,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,187 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 20:52:52,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,433 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,433 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,434 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,434 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,434 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:52,485 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,485 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,486 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:52,519 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,520 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:52,547 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:52,818 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,819 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:52,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,844 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:52,872 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,873 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 20:52:53,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,103 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,103 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,103 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:53,151 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,152 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:53,178 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,179 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:53,205 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,206 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 20:52:53,420 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,421 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,421 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,421 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:53,473 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,473 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,474 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:53,500 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,500 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,501 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:53,526 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,527 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 20:52:53,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,753 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,753 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,753 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:56,837 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:52:56,838 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,873 INFO snapshot-role/MainThread: {"lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21"}, 2024-03-01 20:52:56,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny"} 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "pv_name":"/dev/sde"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,875 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue"} 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sda"} 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq"}, 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc"}, 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND"} 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,877 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:56,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,903 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,904 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:56,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,932 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:56,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,963 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:56,990 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,991 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:57,017 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,017 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,018 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:57,045 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,046 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:57,072 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,073 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:57,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,103 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:57,129 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,130 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:57,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,166 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:57,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,194 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:57,221 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,222 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:57,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,250 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:57,276 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,277 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:57,306 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,307 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,334 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,394 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:57,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,422 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:57,449 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,450 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:57,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,476 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:57,504 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,505 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:57,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,558 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,559 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:57,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,586 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:57,613 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,614 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:57,642 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,643 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:57,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,672 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:57,725 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,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 20:52:57,726 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,726 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:57,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,753 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:57,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,783 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:57,812 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,813 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:57,842 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,843 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:57,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,871 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:57,897 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,898 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:57,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,925 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:57,951 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,952 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:57,978 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,978 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,979 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:58,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: { 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: { 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: } 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: , 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: } 2024-03-01 20:52:58,007 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: list_cmd: 0 list None None snapset1 None 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: {"lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,121 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21"}, 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny"} 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,122 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue"} 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,124 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq"}, 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc"}, 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND"} 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,125 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv5 -P 2024-03-01 20:53:01,128 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,129 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv5_snapset1 -P 2024-03-01 20:53:01,131 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,132 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 20:53:01,134 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,135 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6_snapset1 -P 2024-03-01 20:53:01,137 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,138 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7 -P 2024-03-01 20:53:01,140 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,141 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 20:53:01,143 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,144 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv8 -P 2024-03-01 20:53:01,146 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,146 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv8_snapset1 -P 2024-03-01 20:53:01,149 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,149 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3 -P 2024-03-01 20:53:01,152 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,152 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 20:53:01,155 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,155 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4 -P 2024-03-01 20:53:01,158 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,158 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 20:53:01,161 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,161 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1 -P 2024-03-01 20:53:01,164 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,164 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 20:53:01,167 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,167 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2 -P 2024-03-01 20:53:01,170 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,170 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: exit code: 0: [] 2024-03-01 20:53:04,234 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:53:04,234 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:04,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,268 INFO snapshot-role/MainThread: {"lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"1aBDYo-YUNa-cui8-0xze-D2V2-HtBg-Ug9Qzo"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"KGdGlx-pMMC-intY-agMh-uPXO-vByS-ob2t40"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"drN9C1-OcNE-wGRf-akdp-CeUM-ZoAm-qWEhXC"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"iWKgbg-AyId-3GBS-9KeK-6ZKI-c6N6-N0geYe"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21"}, 2024-03-01 20:53:04,269 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny"} 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd", "pv_name":"/dev/sde"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,270 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"XSiemQ-ONw1-duN8-T4UP-dVKm-fku5-DEnP14"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"Ymm8Z6-I8aH-XVjV-fe2q-KEnw-AoGc-xt47zd"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue"} 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:04,271 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sda"} 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Gf10nW-v5Ax-Spcc-1toU-y8k1-9ekN-nGwQvq"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Pn19En-W7mM-rCHg-Pese-igV3-ardq-7vTAgc"}, 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND"} 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,272 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:53:04,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,300 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 20:53:04,423 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,424 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,424 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,424 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,424 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,424 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:53:04,486 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,486 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,487 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 20:53:04,616 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,616 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,616 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,616 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,616 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,616 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:53:04,674 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,675 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 20:53:04,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,803 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,803 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,803 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,803 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,853 INFO snapshot-role/MainThread: , 2024-03-01 20:53:04,853 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,853 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,853 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 20:53:04,993 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:04,994 INFO snapshot-role/MainThread: { 2024-03-01 20:53:04,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:04,994 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:04,994 INFO snapshot-role/MainThread: } 2024-03-01 20:53:04,994 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:53:05,042 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,042 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,042 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,043 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 20:53:05,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,172 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,172 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,173 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,173 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:53:05,214 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,215 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 20:53:05,332 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,332 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,332 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,332 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,332 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,333 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:53:05,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,380 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 20:53:05,505 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,505 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,505 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,505 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,505 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:53:05,547 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,548 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 20:53:05,679 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,679 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,679 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,679 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,679 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,680 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:08,730 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:53:08,730 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:08,762 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: {"lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:08,763 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21"}, 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny"} 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:08,764 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2"}, 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue"} 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:08,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs", "pv_name":"/dev/sda"} 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs"}, 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND"} 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,766 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,767 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:53:08,793 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,794 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:08,819 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,820 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:53:08,844 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,845 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:53:08,869 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,870 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:08,896 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,897 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:53:08,922 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,923 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:53:08,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,948 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:08,974 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: , 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,975 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:53:09,000 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,001 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:53:09,026 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,027 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:09,054 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,055 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:53:09,085 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,086 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:53:09,111 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,111 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,112 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:09,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,139 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:53:09,164 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,165 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:53:09,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,193 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:09,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,219 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:53:09,246 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:09,246 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,247 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:53:09,271 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,272 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:09,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,297 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:09,321 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,322 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:53:09,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,347 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:09,371 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,372 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:53:09,396 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:09,396 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: { 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: , 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: } 2024-03-01 20:53:09,397 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices cat: /etc/lvm/devices/system.devices: No such file or directory + : ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="b2f85011-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="b2f85011-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 20:50:56,938 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gi2__yq0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:01,922 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_lv28pjeb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:10,454 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_eu5ioz1q/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:10,513 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:10,513 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:10,553 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:10,553 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:10,553 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:10,554 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:10,559 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,559 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:10,563 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:10,563 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:10,566 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:10,567 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:10,570 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:10,570 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:10,578 INFO program/MainThread: stdout: 2024-03-01 20:51:10,578 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:10,579 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:10,579 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:10,579 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,579 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:10,580 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:10,580 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:10,580 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:10,580 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:10,580 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:10,581 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:10,581 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:10,593 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,605 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:10,610 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:51:10,610 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:10,611 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:10,636 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:10,636 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:10,636 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:10,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,650 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:10,655 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:10,656 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:10,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:10,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:10,660 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:10,663 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:10,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 20:51:10,667 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:10,667 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,668 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:10,668 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7366e5ff98) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:51:10,672 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:10,672 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:10,676 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:51:10,676 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:10,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,686 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:10,686 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:10,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:10,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:10,690 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:10,693 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:10,693 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:10,697 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:10,697 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,697 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:10,697 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7366da0e80) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:51:10,701 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:10,701 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:10,704 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:51:10,705 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:10,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,715 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:10,715 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:10,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:10,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:10,719 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:10,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:10,722 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:10,725 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:10,726 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,726 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:10,726 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7366da0fd0) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:51:10,730 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:10,730 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:10,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:51:10,733 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:10,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:10,744 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:10,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:10,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:10,748 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:10,751 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:10,751 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:10,754 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:10,755 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,755 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:10,755 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d53eb8) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:51:10,759 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:10,759 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:10,762 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:51:10,762 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:10,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,773 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:10,773 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:10,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:10,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:10,777 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:10,780 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:10,780 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:10,783 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:10,784 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,784 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:10,784 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7366da0f98) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:51:10,788 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:10,788 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:10,791 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:51:10,792 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:10,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,802 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:10,802 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:10,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:10,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:10,806 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:10,809 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:10,809 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:10,813 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:10,813 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,813 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:10,814 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d52e80) -- 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 = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:51:10,817 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:10,817 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:10,820 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:51:10,820 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:10,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:10,831 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:10,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:10,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:10,835 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:10,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:10,838 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:10,841 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:10,842 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,842 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:10,842 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d67518) -- 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 = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:51:10,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:10,846 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:10,849 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:51:10,849 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:10,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,860 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:10,860 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:10,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:10,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:10,864 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:10,867 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:10,867 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:10,870 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:10,871 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,871 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:10,871 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d52cf8) -- 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 = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:51:10,875 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:10,875 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:10,878 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:51:10,878 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:10,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,889 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:10,889 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:10,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:10,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:10,893 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:10,896 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:10,896 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:10,899 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:10,900 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,900 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:10,900 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d66400) -- 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 = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:51:10,904 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:10,904 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:10,908 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:51:10,908 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:10,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,918 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:10,919 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:10,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:10,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:10,922 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:10,925 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:10,926 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:10,929 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:10,929 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,930 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:10,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d524e0) -- 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 = 6001405f8dd139c590243c480bf69453 2024-03-01 20:51:10,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:10,934 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:10,937 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763 ' '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:51:10,937 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:10,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,947 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:10,948 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:10,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:10,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:10,951 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:10,955 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:10,955 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:10,958 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:10,959 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,959 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:10,959 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d702e8) -- 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 = 6001405275d1c961b834308a22031763 2024-03-01 20:51:10,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:10,963 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:10,966 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:51:10,966 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:10,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:10,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:10,977 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:10,977 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:10,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:10,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:10,981 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:10,984 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:10,984 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:10,988 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:10,988 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:10,988 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:10,989 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d70470) -- 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 = 60014053403b08358c444ab939ec21fb 2024-03-01 20:51:10,992 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:10,992 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:10,995 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': '26310001'} ; 2024-03-01 20:51:10,995 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:10,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,005 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:11,006 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:11,006 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:11,006 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:11,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:11,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:11,009 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:11,013 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:11,013 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:11,016 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:11,017 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:11,017 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:11,017 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7365d77240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:11,020 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:11,024 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:11,024 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:11,028 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:11,028 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:11,031 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:11,031 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:11,035 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:11,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:11,038 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:11,041 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:11,045 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:11,049 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 0x7f7365d61748> 2024-03-01 20:51:13,797 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:13,801 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:13,801 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:13,805 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': '26313400'} ; 2024-03-01 20:51:13,805 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:13,806 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:13,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,815 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:13,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,834 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:13,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:13,858 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:13,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:13,861 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:13,865 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:13,865 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:13,868 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:13,868 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:13,869 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:13,872 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:13,875 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:13,878 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:13,881 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:13,885 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:13,885 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:13,885 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:13,886 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:13,885 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7365d52358) -- 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 0x7f7365d870f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:13,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:13,893 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:13,893 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:13,896 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:13,896 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:13,900 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:13,900 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:13,903 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:13,904 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:13,905 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:13,906 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:13,909 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:13,910 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:13,913 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:13,913 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:13,913 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,926 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,939 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:13,940 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:13,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:13,952 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:13,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:13,964 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:13,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:13,975 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:13,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:13,987 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:13,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:13,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:13,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:13,998 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:14,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:14,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:14,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:14,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:14,009 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:14,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:51:18,757 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xm6bjrj2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:18,793 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:18,793 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:18,796 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:18,797 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:18,797 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:18,797 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:18,801 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:18,802 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:18,806 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:18,806 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:18,809 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:18,809 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:18,812 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:18,812 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:18,821 INFO program/MainThread: stdout: 2024-03-01 20:51:18,821 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:18,821 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,821 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,822 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:18,822 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:18,822 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:18,822 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:18,822 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:18,822 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:18,822 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:18,822 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:18,823 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:18,823 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:18,823 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:18,823 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:18,837 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:18,848 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:18,853 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:51:18,853 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:18,853 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:18,881 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:18,881 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:18,881 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:18,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:18,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:18,894 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:18,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:18,900 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:18,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:18,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:18,904 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:18,907 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:18,907 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:18,910 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:18,911 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:18,911 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:18,911 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebf72e6a0) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:51:18,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:18,915 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:18,919 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:51:18,919 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:18,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:18,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:18,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:18,929 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:18,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:18,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:18,933 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:18,936 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:18,936 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:18,939 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:18,940 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:18,940 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:18,940 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebf66fe80) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:51:18,944 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:18,944 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:18,947 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:51:18,947 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:18,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:18,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:18,957 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:18,958 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:18,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:18,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:18,961 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:18,964 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:18,965 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:18,968 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:18,968 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:18,969 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:18,969 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebf66ffd0) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:51:18,972 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:18,972 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:18,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:51:18,976 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:18,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:18,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:18,986 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:18,986 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:18,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:18,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:18,990 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:18,993 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:18,993 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:18,997 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:18,997 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:18,997 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:18,997 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe622eb8) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:51:19,001 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:19,001 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:19,004 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:51:19,005 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:19,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,015 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:19,015 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:19,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:19,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:19,019 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:19,022 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:19,022 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:19,025 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:19,026 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,026 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:19,026 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebf66ff98) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:51:19,030 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:19,030 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:19,033 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:51:19,033 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:19,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,043 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:19,044 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:19,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:19,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:19,048 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:19,051 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:19,051 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:19,054 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:19,055 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,055 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:19,055 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe621e80) -- 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 = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:51:19,058 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:19,059 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:19,062 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:51:19,062 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:19,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,072 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:19,073 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:19,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:19,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:19,076 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:19,079 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:19,079 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:19,082 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:19,083 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,083 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:19,083 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe636518) -- 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 = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:51:19,087 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:19,087 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:19,090 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:51:19,090 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:19,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,100 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:19,101 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:19,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:19,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:19,104 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:19,108 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:19,108 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:19,111 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:19,111 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,112 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:19,112 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe621cf8) -- 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 = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:51:19,115 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:19,115 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:19,119 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:51:19,119 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:19,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,129 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:19,129 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:19,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:19,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:19,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:19,136 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:19,136 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:19,139 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:19,140 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,140 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:19,140 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe635400) -- 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 = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:51:19,144 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:19,144 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:19,147 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:51:19,147 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:19,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,157 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:19,158 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:19,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:19,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:19,161 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:19,165 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:19,165 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:19,168 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:19,168 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,169 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:19,169 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe6214e0) -- 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 = 6001405f8dd139c590243c480bf69453 2024-03-01 20:51:19,172 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:19,172 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:19,176 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763 ' '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:51:19,176 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:19,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,186 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:19,187 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:19,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:19,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:19,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:19,193 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:19,194 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:19,197 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:19,197 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,198 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:19,198 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe63f2e8) -- 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 = 6001405275d1c961b834308a22031763 2024-03-01 20:51:19,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:19,201 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:19,205 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:51:19,205 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:19,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,215 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:19,215 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:19,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:19,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:19,219 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:19,222 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:19,222 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:19,225 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:19,226 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:19,226 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:19,226 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe63f470) -- 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 = 60014053403b08358c444ab939ec21fb 2024-03-01 20:51:19,229 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:19,230 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:19,233 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': '26310001'} ; 2024-03-01 20:51:19,233 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:19,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:19,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:19,243 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:19,243 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:19,243 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:19,243 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:19,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:19,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:19,247 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:19,250 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:19,250 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:19,253 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:19,254 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:19,254 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:19,254 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdebe646240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:19,257 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:19,261 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:19,261 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:19,264 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:19,265 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:19,268 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:19,268 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:19,271 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:19,271 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:19,275 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:19,278 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:19,282 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:19,285 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 0x7fdebe630b88> 2024-03-01 20:51:22,359 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:22,363 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:22,363 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:22,367 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': '26313400'} ; 2024-03-01 20:51:22,367 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:22,368 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:22,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,377 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:22,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,396 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:22,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:22,420 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:22,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:22,423 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:22,427 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:22,427 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:22,430 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:22,430 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:22,431 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:22,434 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:22,437 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:22,440 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:22,443 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:22,447 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:22,447 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:22,447 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:22,448 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:22,447 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fdebe621358) -- 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 0x7fdebe6560f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:22,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:22,455 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:22,455 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:22,458 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:22,459 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:22,462 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:22,462 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:22,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:22,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:22,467 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:22,468 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:22,471 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:22,472 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:22,475 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:22,475 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:22,476 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,488 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,501 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:22,501 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:22,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,514 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:22,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,526 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:22,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,537 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:22,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,549 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:22,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,560 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:22,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,571 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:22,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,583 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:51:22,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:51:22,589 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:51:22,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:51:22,595 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:51:22,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:51:22,600 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:51:22,604 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:22,604 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:51:22,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:22,608 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:22,608 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:22,611 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:22,611 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:22,614 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:22,614 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:51:22,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:51:22,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:22,618 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:22,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:22,621 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:22,624 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:22,624 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:51:22,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:51:22,627 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:22,627 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:22,630 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:22,631 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:22,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:22,636 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:22,640 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:22,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:22,647 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:22,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:22,654 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:22,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:22,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:22,659 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:51:22,659 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:22,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:22,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:22,672 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:51:22,673 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:22,673 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:22,673 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 20:51:22,674 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:22,674 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:22,677 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:22,677 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:51:22,680 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:22,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:51:22,685 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:22,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:22,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:51:22,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:22,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:22,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:22,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:51:22,703 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:22,703 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:22,703 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:51:22,704 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:51:22,709 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:51:22,710 INFO program/MainThread: stderr[4]: 2024-03-01 20:51:22,710 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:22,710 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:51:22,710 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:51:22,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:51:22,716 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,717 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,717 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:51:22,717 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:51:22,720 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:22,724 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:22,726 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:51:22,727 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:51:22,730 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:22,730 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 0x7fdebe589eb8> 2024-03-01 20:51:22,730 INFO blivet/MainThread: sorting actions... 2024-03-01 20:51:22,731 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:22,732 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:22,732 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:22,732 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:22,732 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:22,732 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:22,732 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:22,733 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,733 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,733 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:22,736 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:22,739 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:51:22,739 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:51:22,754 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,783 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,796 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:22,800 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:22,803 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:51:22,803 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:51:22,810 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,837 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,851 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,852 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:22,856 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:22,859 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:51:22,859 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:51:22,866 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,866 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,894 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,908 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,908 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:22,912 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:22,915 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:22,918 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:22,918 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:22,919 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:22,951 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:51:22,951 INFO program/MainThread: stderr[5]: 2024-03-01 20:51:22,951 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:22,951 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,970 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,977 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:22,978 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:22,980 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:51:22,998 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,998 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,055 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,056 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:23,060 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,063 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,066 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,066 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:23,067 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:23,105 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:51:23,105 INFO program/MainThread: stderr[6]: 2024-03-01 20:51:23,105 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:23,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,124 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,131 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:23,132 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:23,134 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:51:23,150 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,179 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,179 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:23,183 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,186 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,190 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,190 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:23,190 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:23,225 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:51:23,225 INFO program/MainThread: stderr[7]: 2024-03-01 20:51:23,225 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:23,226 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,251 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,258 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:23,258 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:23,260 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:51:23,273 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,273 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,300 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,301 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:23,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:51:23,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:23,311 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,314 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,317 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,320 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,323 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,326 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:51:23,329 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:23,382 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 20:51:23,382 INFO program/MainThread: stderr[8]: 2024-03-01 20:51:23,382 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:23,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:23,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:23,404 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,414 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,423 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,429 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,436 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,460 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:23,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:23,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,479 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,480 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:51:23,490 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,501 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,502 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:23,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:23,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:51:23,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:23,516 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:23,520 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,523 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,526 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,530 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,534 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,537 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:23,537 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,548 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:23,554 INFO program/MainThread: Running [9] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:23,583 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:51:23,583 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:23,583 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:23,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:23,588 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:23,674 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 20:51:23,675 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:23,675 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:23,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:23,690 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:23,690 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,730 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:23,736 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:23,737 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:23,747 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,764 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,765 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:23,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:23,772 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:23,775 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:51:23,776 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:51:23,821 INFO program/MainThread: stdout: 2024-03-01 20:51:23,821 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:51:23,821 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:23,821 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:23,821 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:23,821 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:51:23,822 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:23,822 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:23,822 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:51:23,822 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:23,822 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:23,822 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,822 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:51:23,845 INFO program/MainThread: stdout: 2024-03-01 20:51:23,845 INFO program/MainThread: writing all SBs 2024-03-01 20:51:23,845 INFO program/MainThread: new label = "" 2024-03-01 20:51:23,845 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,863 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:23,867 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:23,868 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:23,879 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:23,896 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:23,902 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:23,902 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 0x7fdebe5231a8> 2024-03-01 20:51:23,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:23,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:23,909 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:23,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:23,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:23,915 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:31,816 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jh_m16u2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:31,853 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:31,853 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:31,857 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:31,857 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:31,857 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:31,857 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:31,862 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:31,862 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:31,866 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:31,866 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:31,870 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:31,870 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:31,873 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:31,873 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:31,882 INFO program/MainThread: stdout: 2024-03-01 20:51:31,882 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:31,882 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL 2024-03-01 20:51:31,882 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e 2024-03-01 20:51:31,882 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ 2024-03-01 20:51:31,882 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e 2024-03-01 20:51:31,883 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle 2024-03-01 20:51:31,883 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:31,883 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:31,883 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:31,883 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e sdb 1073741824 root disk brw-rw---- LVM2_member f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e sdc 1073741824 root disk brw-rw---- LVM2_member XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:31,883 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:31,883 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:31,884 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:31,884 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:31,884 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:31,884 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:31,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:31,897 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:31,910 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:51:31,914 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/lvm-pv-uuid-tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', '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': 'tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL', 'ID_FS_UUID_ENC': 'tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:51:31,914 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:31,915 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:31,947 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:31,947 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:31,947 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:31,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,960 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:31,965 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:31,966 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:31,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:31,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:31,970 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:31,974 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:31,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 20:51:31,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 20:51:31,978 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,978 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:31,978 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc743eef60) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:51:31,982 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:31,986 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:31,986 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:51:31,989 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:31,990 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:51:31,993 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:31,993 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:51:31,997 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:31,997 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:51:32,000 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:51:32,000 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:32,001 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:32,028 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:32,028 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ. WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:32,028 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:32,028 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:51:32,033 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL ; label: None ; device: /dev/sda ; serial: 360014054947502f9b414f748e7eb4749 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; pe_start: 8 MiB ; 2024-03-01 20:51:32,034 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:51:32,037 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:32,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:32,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:32,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,050 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:32,083 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:32,083 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ. WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:32,083 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:32,083 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:32,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:51:32,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:32,093 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:32,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:32,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:32,097 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:32,128 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:32,128 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ. WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:32,128 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:32,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:51:32,134 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:51:32,137 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:51:32,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:32,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:32,144 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:32,144 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:32,148 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c ' '/dev/disk/by-id/lvm-pv-uuid-f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', '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': 'f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ', 'ID_FS_UUID_ENC': 'f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:51:32,148 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:32,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,158 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:32,159 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:32,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:51:32,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:32,162 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:32,166 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:32,166 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:32,169 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:32,170 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,170 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:51:32,170 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73302550) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:51:32,174 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:32,177 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:32,177 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:51:32,181 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:32,181 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:51:32,184 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,185 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:51:32,188 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,188 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:51:32,191 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:51:32,191 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:32,191 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:32,219 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:32,219 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). 2024-03-01 20:51:32,219 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:32,219 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:51:32,224 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ ; label: None ; device: /dev/sdb ; serial: 360014052d26346f41424db28961ee83c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:51:32,224 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:51:32,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:32,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:32,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:32,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:32,241 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:32,244 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:51:32,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:32,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:32,251 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:32,279 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:32,279 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). 2024-03-01 20:51:32,279 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:32,279 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:32,279 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:32,284 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:51:32,284 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:32,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,295 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:32,295 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:32,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:51:32,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:32,299 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:32,302 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:32,303 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:32,306 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:32,306 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,307 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:51:32,307 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73302dd8) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:51:32,310 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:32,311 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:32,314 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:51:32,314 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:32,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,324 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:32,325 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:32,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:51:32,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:32,328 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:32,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:32,332 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:32,335 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:32,336 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,336 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:51:32,336 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73266f28) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:51:32,340 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:32,340 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:32,343 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/lvm-pv-uuid-XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec', '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': 'XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle', 'ID_FS_UUID_ENC': 'XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:51:32,343 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:32,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,354 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:32,354 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:32,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:51:32,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:32,358 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:32,361 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:32,361 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:32,365 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:32,365 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,366 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:51:32,366 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc7326f3c8) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:51:32,369 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:32,373 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:32,373 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:51:32,376 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:32,377 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:51:32,380 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,380 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:51:32,384 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,384 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:51:32,387 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:51:32,387 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:32,387 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 20:51:32,416 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:32,416 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:32,416 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:32,416 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:51:32,421 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle ; label: None ; device: /dev/sdc ; serial: 36001405446e52ad601644a1b2440ffec ; exists: True ; vg_name: test_vg1 ; vg_uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:32,421 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:51:32,424 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:32,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:32,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:32,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:32,438 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:32,441 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:51:32,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:32,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:32,448 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 20:51:32,480 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:32,480 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:32,480 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:32,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:32,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:51:32,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:32,499 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:51:32,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:32,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:32,507 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:32,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:32,511 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:32,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:32,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:32,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:32,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:51:32,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:32,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:32,527 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:32,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:32,531 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:32,531 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:51:32,531 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:51:32,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:32,535 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:32,538 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:32,539 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:32,542 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4fe05a65-05a3-4623-b00c-0080087a3a9e ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'ID_FS_UUID_ENC': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '838766711'} ; 2024-03-01 20:51:32,543 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:32,543 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:32,547 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:51:32,547 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:32,547 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:32,547 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:32,551 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:51:32,551 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:32,551 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:32,551 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:32,554 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:51:32,554 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:32,554 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:32,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:51:32,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:32,566 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:32,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:32,567 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:32,563 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efc73266da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc732e1c50) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:32,568 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:32,572 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:51:32,572 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:32,572 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:32,576 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:32,580 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:32,580 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:51:32,584 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:32,584 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:51:32,588 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,588 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:51:32,592 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,592 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:51:32,594 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:32,594 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:51:32,598 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:32,598 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:51:32,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:32,602 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:32,602 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:32,606 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:51:32,606 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:32,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,616 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:32,617 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:32,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:51:32,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:51:32,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:32,624 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:32,624 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:32,628 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:32,628 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,628 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:51:32,628 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73272cf8) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:51:32,632 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:32,632 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:32,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:51:32,636 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:32,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,646 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:32,647 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:32,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:51:32,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:51:32,650 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:32,654 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:32,654 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:32,657 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:32,657 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,658 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:51:32,658 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73278390) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:51:32,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:32,662 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:32,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:51:32,665 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:32,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,676 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:32,677 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:32,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:51:32,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:51:32,680 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:32,684 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:32,684 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:32,687 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:32,688 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,688 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:51:32,688 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73302940) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:51:32,691 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:32,692 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:32,695 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:51:32,695 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:32,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,706 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:32,706 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:32,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:51:32,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:51:32,710 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:32,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:32,713 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:32,717 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:32,717 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,718 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:51:32,718 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73269278) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:51:32,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:32,721 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:32,725 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:51:32,725 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:32,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,735 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:32,736 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:32,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:51:32,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:51:32,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:32,743 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:32,743 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:32,746 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:32,747 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,747 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:51:32,747 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc732697b8) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405f8dd139c590243c480bf69453 2024-03-01 20:51:32,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:32,751 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:32,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:51:32,754 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:32,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,765 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:32,765 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:32,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:32,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:51:32,769 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:32,772 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:32,773 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:32,776 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:32,776 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,777 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:51:32,777 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73287160) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405275d1c961b834308a22031763 2024-03-01 20:51:32,780 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:32,780 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:32,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:51:32,784 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:32,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,794 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:32,795 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:32,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:51:32,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:51:32,798 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:32,802 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:32,802 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:32,805 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:32,806 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:32,806 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:51:32,806 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73287828) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 60014053403b08358c444ab939ec21fb 2024-03-01 20:51:32,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:32,810 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:32,813 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': '26310001'} ; 2024-03-01 20:51:32,813 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:32,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:32,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:32,824 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:32,824 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:32,824 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:32,824 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:32,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:32,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:32,828 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:32,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:32,831 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:32,835 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:32,835 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:32,835 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:51:32,836 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc73287d68) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:32,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:32,843 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:32,843 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:51:32,846 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:32,846 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:51:32,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:51:32,853 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:32,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:51:32,857 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:32,860 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:32,863 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:32,875 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 0x7efc743f6f08> 2024-03-01 20:51:35,664 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:51:35,668 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:35,668 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:35,672 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': '26313400'} ; 2024-03-01 20:51:35,672 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:35,673 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:35,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,683 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:35,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:35,702 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:35,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:51:35,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:51:35,726 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:35,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:51:35,730 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:35,733 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:35,734 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:35,737 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:35,737 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:35,738 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:35,741 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:35,744 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:35,747 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:35,750 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:35,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 20:51:35,754 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:35,755 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:51:35,755 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:35,755 INFO blivet/MainThread: got device: PartitionDevice instance (0x7efc73291588) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7efc73297e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:35,759 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:35,762 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:35,763 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:51:35,766 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:35,766 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:51:35,770 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:35,770 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:51:35,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:35,774 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:51:35,774 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:35,777 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:35,777 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:51:35,780 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:35,780 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:35,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/4fe05a65-05a3-4623-b00c-0080087a3a9e ' '/dev/disk/by-id/dm-uuid-LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'ID_FS_UUID_ENC': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '838766711'} ; 2024-03-01 20:51:35,784 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:35,784 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:35,788 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:51:35,788 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:35,788 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:35,789 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:35,792 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:51:35,792 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:35,792 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:35,792 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:35,795 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:51:35,796 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:35,796 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:35,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:51:35,806 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:35,807 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:35,807 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:35,808 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:35,804 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efc73266da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc732e1c50) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:35,808 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:35,812 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:51:35,813 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:35,813 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:35,817 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:35,817 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:51:35,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:35,830 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:35,843 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:35,844 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:35,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:35,858 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:35,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:35,870 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:35,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:35,882 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:35,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:35,894 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:35,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:35,906 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:35,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:35,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:35,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:35,917 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:40,795 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7lnfn3aj/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:40,832 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:40,833 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:40,836 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:40,836 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:40,836 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:40,836 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:40,841 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:40,842 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:40,846 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:40,846 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:40,849 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:40,849 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:40,852 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:40,852 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:40,861 INFO program/MainThread: stdout: 2024-03-01 20:51:40,862 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:40,862 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL 2024-03-01 20:51:40,862 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e 2024-03-01 20:51:40,862 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ 2024-03-01 20:51:40,862 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e 2024-03-01 20:51:40,862 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle 2024-03-01 20:51:40,862 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:40,862 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:40,862 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:40,862 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e sdb 1073741824 root disk brw-rw---- LVM2_member f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4fe05a65-05a3-4623-b00c-0080087a3a9e sdc 1073741824 root disk brw-rw---- LVM2_member XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:40,862 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:40,863 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:40,863 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:40,863 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:40,863 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:40,864 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:40,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:40,876 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:40,889 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:51:40,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/lvm-pv-uuid-tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL ' '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749', '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': 'tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL', 'ID_FS_UUID_ENC': 'tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:51:40,893 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:40,894 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:40,927 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:40,927 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:40,927 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:40,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,941 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:40,946 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:40,946 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:40,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:40,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:40,950 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:40,954 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:40,954 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:40,958 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:40,958 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,958 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:40,959 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed5d0c3c8) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:51:40,962 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:40,966 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:40,966 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:51:40,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:40,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:51:40,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:40,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:51:40,977 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:40,977 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:51:40,980 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:51:40,980 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:40,981 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,011 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:41,011 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ. WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:41,011 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:41,011 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:51:41,016 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL ; label: None ; device: /dev/sda ; serial: 360014054947502f9b414f748e7eb4749 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; pe_start: 8 MiB ; 2024-03-01 20:51:41,016 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:51:41,020 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:41,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:41,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:41,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,033 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,061 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:41,061 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ. WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:41,061 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:41,061 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:41,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:51:41,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:41,071 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:41,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:41,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:41,075 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,105 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:41,105 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ. WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:41,105 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:41,110 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:51:41,111 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:51:41,114 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:51:41,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:41,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:41,121 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:41,121 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:41,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/lvm-pv-uuid-f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c', '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': 'f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ', 'ID_FS_UUID_ENC': 'f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:51:41,125 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:41,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:41,136 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:41,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:51:41,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:41,139 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:41,142 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:41,143 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:41,146 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:41,147 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,147 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:51:41,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4cde5f8) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:51:41,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:41,154 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:41,154 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:51:41,158 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:41,158 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:51:41,161 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,161 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:51:41,165 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,165 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:51:41,168 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:51:41,168 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:41,168 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,195 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:41,195 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). 2024-03-01 20:51:41,195 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:41,195 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:51:41,200 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ ; label: None ; device: /dev/sdb ; serial: 360014052d26346f41424db28961ee83c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:51:41,200 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:51:41,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:41,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:41,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:41,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:41,216 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:41,219 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:51:41,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:41,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:41,226 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,254 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:41,254 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle. WARNING: VG test_vg1 is missing PV XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle (last written to /dev/sdc). 2024-03-01 20:51:41,254 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:41,254 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:41,254 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:41,259 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:51:41,259 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:41,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,270 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:41,271 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:41,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:51:41,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:41,274 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:41,277 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:41,278 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:41,281 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:41,281 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,282 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:51:41,282 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4cdee80) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:51:41,285 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:41,285 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:41,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:51:41,289 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:41,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,299 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:41,300 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:41,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:51:41,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:41,303 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:41,307 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:41,307 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:41,310 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:41,311 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,311 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:51:41,311 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c42fd0) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:51:41,315 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:41,315 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:41,318 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f', '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': 'XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle', 'ID_FS_UUID_ENC': 'XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:51:41,318 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:41,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,328 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:41,329 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:41,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:51:41,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:41,332 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:41,336 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:41,336 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:41,339 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:41,339 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,340 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:51:41,340 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c4a470) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:51:41,343 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:41,347 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:41,347 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:51:41,350 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:41,351 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:51:41,354 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,354 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:51:41,357 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:51:41,361 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:51:41,361 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:41,361 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,389 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=tuCCBQ-GPiq-FqVP-ZSTT-Cwen-qE3s-b3KQnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=f5l0gZ-SeNO-1pyG-dIFi-tvY8-HIWA-fz2PAZ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:41,389 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:41,389 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:41,389 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:51:41,394 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XHhzJ3-gHWJ-rEl1-eb4n-9qEX-MM7W-0rRxle ; label: None ; device: /dev/sdc ; serial: 36001405446e52ad601644a1b2440ffec ; exists: True ; vg_name: test_vg1 ; vg_uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:41,394 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:51:41,397 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:41,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:41,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:41,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:41,410 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:41,413 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:51:41,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q ; incomplete: True ; hidden: False ; 2024-03-01 20:51:41,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:41,420 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:41,449 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:41,449 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:41,449 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:41,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:41,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:51:41,467 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:41,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:51:41,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:41,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:41,475 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:41,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:41,480 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:41,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:41,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:41,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:41,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:51:41,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:41,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:41,495 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:41,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:41,499 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:41,500 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:51:41,500 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:51:41,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:41,503 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:41,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:41,507 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:41,511 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/4fe05a65-05a3-4623-b00c-0080087a3a9e ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'ID_FS_UUID_ENC': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '838766711'} ; 2024-03-01 20:51:41,511 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:41,511 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:41,515 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:51:41,515 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:41,515 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:41,516 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:41,519 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:51:41,519 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:41,519 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:41,519 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:41,522 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:51:41,523 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:41,523 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:41,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:51:41,534 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:41,534 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:41,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:41,535 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:41,531 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:41,536 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:41,540 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:51:41,540 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:41,540 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:41,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:41,548 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:41,548 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:51:41,552 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:41,552 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:51:41,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,556 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:51:41,560 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,560 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:51:41,562 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:41,562 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:51:41,566 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:41,566 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:51:41,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:41,570 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:41,570 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:41,574 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:51:41,574 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:41,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,584 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:41,585 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:41,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:51:41,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:51:41,589 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:41,592 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:41,592 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:41,595 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:41,596 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,596 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:51:41,596 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c4eeb8) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:51:41,600 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:41,600 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:41,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:51:41,603 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:41,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,614 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:41,614 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:41,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:51:41,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:51:41,618 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:41,621 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:41,621 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:41,625 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:41,625 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,625 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:51:41,625 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c54400) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:51:41,629 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:41,629 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:41,633 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:51:41,633 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:41,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,643 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:41,644 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:41,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:51:41,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:51:41,647 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:41,651 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:41,651 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:41,654 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:41,655 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,655 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:51:41,655 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4cde9e8) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:51:41,659 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:41,659 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:41,662 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:51:41,662 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:41,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,673 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:41,673 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:41,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:51:41,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:51:41,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:41,680 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:41,681 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:41,684 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:41,685 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,685 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:51:41,685 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c452e8) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:51:41,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:41,689 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:41,692 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:51:41,692 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:41,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,703 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:41,703 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:41,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:51:41,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:51:41,707 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:41,710 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:41,710 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:41,713 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:41,714 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,714 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:51:41,714 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c45828) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405f8dd139c590243c480bf69453 2024-03-01 20:51:41,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:41,718 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:41,721 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:51:41,721 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:41,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,732 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:41,733 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:41,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:41,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:51:41,736 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:41,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:41,740 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:41,743 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:41,743 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,744 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:51:41,744 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c63208) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405275d1c961b834308a22031763 2024-03-01 20:51:41,747 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:41,747 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:41,751 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:51:41,751 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:41,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,761 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:41,762 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:41,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:51:41,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:51:41,765 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:41,769 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:41,769 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:41,772 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:41,773 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:41,773 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:51:41,773 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c63898) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 60014053403b08358c444ab939ec21fb 2024-03-01 20:51:41,776 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:41,777 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:41,780 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': '26310001'} ; 2024-03-01 20:51:41,780 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:41,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:41,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:41,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:41,791 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:41,791 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:41,791 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:41,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:41,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:41,794 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:41,798 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:41,798 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:41,801 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:41,801 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:41,802 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:51:41,802 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ed4c63dd8) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:41,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:41,809 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:41,809 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:51:41,812 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:41,812 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:51:41,816 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,816 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:51:41,819 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:41,819 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:51:41,823 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:41,826 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:41,829 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:41,834 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 0x7f6ed4c46988> 2024-03-01 20:51:44,757 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:51:44,761 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:44,761 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:44,765 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': '26313400'} ; 2024-03-01 20:51:44,765 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:44,766 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:44,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,776 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:44,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,782 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:51:44,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:51:44,819 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:44,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:51:44,823 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:44,826 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:44,826 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:44,830 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:44,830 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:44,830 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:44,834 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:44,837 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:44,840 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:44,843 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:44,847 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:44,847 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:44,847 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:51:44,848 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:44,847 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6ed4c63940) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f6ed4c73e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:44,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:44,855 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:44,856 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:51:44,859 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:44,859 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:51:44,863 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:44,863 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:51:44,866 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:44,866 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:51:44,867 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:44,870 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:44,870 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:51:44,873 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:44,873 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:44,876 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj ' '/dev/disk/by-uuid/4fe05a65-05a3-4623-b00c-0080087a3a9e', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-8n3tvywqB3MjyJvSwuuWN72SwmShbj9qH9KTm02ntwLgRXsF2lzoumK2NMPgmeTj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'ID_FS_UUID_ENC': '4fe05a65-05a3-4623-b00c-0080087a3a9e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '838766711'} ; 2024-03-01 20:51:44,876 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:44,877 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:44,881 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:51:44,881 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:44,881 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:44,881 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:44,885 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:51:44,885 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:44,885 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:44,885 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:44,889 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:51:44,889 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:44,889 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:44,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:51:44,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:44,900 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:44,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:44,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:44,897 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:44,902 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:44,906 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:51:44,906 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:44,906 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:44,910 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:44,910 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:51:44,910 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,923 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,936 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:44,937 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:44,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:44,950 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:44,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:44,962 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:44,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:44,974 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:44,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:44,986 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:44,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:44,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:44,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:44,997 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:45,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:45,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:45,009 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:45,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,016 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:51:45,016 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,016 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,018 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,018 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,018 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,019 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,019 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,019 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,020 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,020 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:45,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:51:45,027 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:51:45,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:51:45,033 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:51:45,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:51:45,039 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:51:45,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:45,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:51:45,045 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:45,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,048 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,049 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,052 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,053 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,053 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,056 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,057 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,060 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,060 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,061 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,064 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,064 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,065 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,068 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,072 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,073 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,076 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,077 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,080 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,080 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,081 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,084 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,085 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,088 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,089 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,093 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,096 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,096 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,099 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,100 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,103 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,104 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,104 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,107 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,107 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,108 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,111 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,111 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,112 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,114 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,115 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,115 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,116 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,119 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,119 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,120 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,123 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,124 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,127 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,127 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,128 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,130 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,131 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,132 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,134 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,135 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,135 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,136 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,139 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,139 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,140 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,142 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,143 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,143 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,143 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,146 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,147 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,147 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,147 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,150 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,150 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,151 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,151 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,154 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,154 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,155 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,152 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,158 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,159 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,162 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,163 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,166 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,167 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,170 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:45,171 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:45,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6ed4c42ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = H9KTm0-2ntw-LgRX-sF2l-zoum-K2NM-PgmeTj size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6ed4cba978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 8n3tvy-wqB3-MjyJ-vSwu-uWN7-2Swm-Shbj9q size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:45,172 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:51:45,175 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:51:45,175 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:45,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 20:51:45,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:51:45,179 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,180 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 20:51:45,184 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:51:45,184 INFO program/MainThread: stderr[19]: 2024-03-01 20:51:45,184 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:51:45,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:45,189 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:51:45,189 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,190 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'sdb', 'test_vg1'] 2024-03-01 20:51:45,190 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:51:45,193 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:51:45,193 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:45,197 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:51:45,200 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:51:45,203 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:51:45,203 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:51:45,203 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:45,203 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:51:45,203 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:51:45,206 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:51:45,206 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:45,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:51:45,210 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:51:45,210 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:45,211 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:51:45,211 DEBUG blivet/MainThread: removing sda 2024-03-01 20:51:45,213 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:51:45,214 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:45,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 20:51:45,217 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:51:45,217 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:45,217 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:51:45,217 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:51:45,220 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:51:45,220 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:45,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:51:45,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:51:45,223 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:45,224 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,238 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,250 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,261 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,277 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:45,278 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,278 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,278 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:45,278 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:45,278 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:45,278 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:45,278 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:51:45,279 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:51:45,282 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:45,285 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:45,288 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:51:45,288 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:51:45,291 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:45,291 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 0x7f6ed4caff10> 2024-03-01 20:51:45,292 INFO blivet/MainThread: sorting actions... 2024-03-01 20:51:45,292 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,292 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,293 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:45,293 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:45,293 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:45,293 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:45,293 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,300 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:45,300 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:51:45,308 INFO program/MainThread: stdout: 2024-03-01 20:51:45,308 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:51:45,309 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,309 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,325 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,337 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,338 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:45,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:45,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:51:45,350 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:45,354 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:51:45,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:51:45,370 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,406 INFO program/MainThread: stdout[20]: 2024-03-01 20:51:45,406 INFO program/MainThread: stderr[20]: 2024-03-01 20:51:45,406 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:51:45,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:51:45,414 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,417 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:45,420 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:45,427 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,430 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:45,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:45,434 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,475 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 20:51:45,475 INFO program/MainThread: stderr[21]: 2024-03-01 20:51:45,475 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:51:45,476 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:45,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:51:45,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:51:45,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:51:45,501 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,506 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:45,515 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,522 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:45,525 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,530 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:45,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:51:45,537 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,576 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 20:51:45,576 INFO program/MainThread: stderr[22]: 2024-03-01 20:51:45,576 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:51:45,576 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,620 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:51:45,620 INFO program/MainThread: stderr[23]: 2024-03-01 20:51:45,620 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:51:45,620 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,663 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 20:51:45,664 INFO program/MainThread: stderr[24]: 2024-03-01 20:51:45,664 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:51:45,665 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:45,671 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,681 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:51:45,687 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:51:45,687 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,726 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:51:45,726 INFO program/MainThread: stderr[25]: 2024-03-01 20:51:45,726 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:51:45,726 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:51:45,727 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,763 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,780 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,794 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,795 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:45,800 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,804 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:51:45,807 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:51:45,807 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,836 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:51:45,836 INFO program/MainThread: stderr[26]: 2024-03-01 20:51:45,836 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:51:45,836 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:51:45,837 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,873 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,888 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,900 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,901 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:45,905 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:45,908 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:51:45,911 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:51:45,911 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:45,938 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:51:45,938 INFO program/MainThread: stderr[27]: 2024-03-01 20:51:45,939 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:51:45,939 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:51:45,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,975 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,975 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:45,988 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:45,989 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:46,005 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:46,011 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:46,011 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f6ed4c561a8> 2024-03-01 20:52:15,170 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vwhjaugt/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:19,920 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload__wpnl1fl/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:27,546 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_6r2crd4m/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:27,584 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:27,585 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:27,588 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:27,588 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:52:27,589 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:27,589 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:27,594 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,594 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:27,598 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:27,598 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:27,601 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:27,602 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:27,605 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:27,605 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:27,613 INFO program/MainThread: stdout: 2024-03-01 20:52:27,614 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:27,614 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:27,614 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:27,614 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,614 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:27,615 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:27,615 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:27,616 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:27,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,632 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,651 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:52:27,660 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:52:27,660 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:52:27,661 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:27,690 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:27,690 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:27,690 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:27,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,705 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:27,710 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:27,710 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:27,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:27,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:27,715 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:27,718 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:27,719 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:27,722 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:52:27,723 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,723 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:27,723 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b506a470) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:52:27,727 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:27,727 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:52:27,731 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:52:27,731 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:52:27,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,741 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:27,742 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:27,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:52:27,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:52:27,745 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:27,749 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:27,749 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:27,752 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:52:27,753 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,753 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:52:27,753 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b4019400) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:52:27,757 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:27,757 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:52:27,760 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:52:27,760 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:52:27,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,771 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:27,772 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:27,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:27,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:52:27,775 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:27,778 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:27,779 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:52:27,782 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:52:27,782 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,783 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:52:27,783 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b40194a8) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:52:27,786 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:27,786 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:27,790 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:52:27,790 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:52:27,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,800 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:27,801 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:27,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:27,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:52:27,805 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:27,808 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:27,808 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:52:27,812 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:52:27,812 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,812 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:52:27,812 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b401e5c0) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:52:27,816 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:27,816 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:27,820 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:52:27,820 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:52:27,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:27,831 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:27,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:52:27,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:52:27,835 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:27,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:27,838 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:27,841 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:52:27,842 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,842 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:52:27,842 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b401e438) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:52:27,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:27,846 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:52:27,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:52:27,850 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:52:27,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,860 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:27,861 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:27,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:27,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:52:27,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:27,868 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:27,868 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:27,871 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:52:27,872 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,872 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:52:27,872 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b402f4a8) -- 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 = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:52:27,876 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:27,876 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:52:27,879 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:52:27,880 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:52:27,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,890 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:27,890 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:27,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:27,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:52:27,894 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:27,897 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:27,897 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:27,901 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:27,901 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,901 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:52:27,902 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b402fb38) -- 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 = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:52:27,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:27,905 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:52:27,909 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:52:27,909 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:52:27,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:27,920 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:27,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:27,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:52:27,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:27,927 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:27,927 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:27,931 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:52:27,931 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,931 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:52:27,932 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b402ff60) -- 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 = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:52:27,935 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:27,935 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:52:27,939 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:52:27,939 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:52:27,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,949 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:27,950 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:27,950 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:52:27,950 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:52:27,953 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:27,957 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:27,957 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:27,961 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:52:27,961 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,961 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:52:27,961 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b4029a20) -- 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 = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:52:27,965 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:27,965 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:52:27,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:52:27,969 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:52:27,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:27,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:27,979 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:27,980 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:27,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:52:27,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:27,983 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:27,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:27,987 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:27,990 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:52:27,990 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:27,991 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:52:27,991 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b402fcf8) -- 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 = 6001405f8dd139c590243c480bf69453 2024-03-01 20:52:27,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:27,995 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:52:27,998 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:52:27,998 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:52:28,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:28,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:28,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:28,009 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:28,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:52:28,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:52:28,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:28,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:28,016 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:28,020 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:52:28,020 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:28,020 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:52:28,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b403f940) -- 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 = 6001405275d1c961b834308a22031763 2024-03-01 20:52:28,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:28,024 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:52:28,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:52:28,028 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:52:28,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:28,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:28,038 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:28,039 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:28,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:52:28,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:28,042 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:28,046 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:28,046 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:28,049 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:52:28,049 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:28,050 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:52:28,050 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b403ffd0) -- 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 = 60014053403b08358c444ab939ec21fb 2024-03-01 20:52:28,053 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:28,054 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:52:28,057 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': '26310001'} ; 2024-03-01 20:52:28,057 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:28,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:28,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:28,067 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:28,068 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:28,068 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:28,068 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:28,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:28,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:52:28,071 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:28,075 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:28,075 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:28,078 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:28,078 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:28,079 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:52:28,079 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa1b403fd68) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:52:28,082 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:28,086 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:28,086 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:52:28,090 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:28,090 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:52:28,094 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:28,094 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:28,097 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:28,097 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:52:28,101 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:28,105 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,108 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:28,112 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 0x7fa1b401d048> 2024-03-01 20:52:31,190 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:52:31,194 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:31,194 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:31,198 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': '26313400'} ; 2024-03-01 20:52:31,199 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:31,199 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:31,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,209 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:31,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:31,227 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:31,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:52:31,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:31,251 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:31,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:31,255 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:31,258 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:31,259 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:31,262 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:31,263 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:31,263 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:31,266 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:31,269 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:31,273 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:31,276 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:31,279 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:31,280 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:31,280 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:52:31,281 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:31,280 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa1b53b63c8) -- 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 0x7fa1affc10f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:31,284 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:31,288 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:31,288 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:31,291 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:31,291 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:31,295 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:31,295 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:31,299 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:31,299 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:31,300 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:31,301 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:31,304 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:31,305 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:52:31,308 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:31,308 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:31,309 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:31,322 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:31,335 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:31,336 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:31,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:31,349 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:31,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:31,361 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:31,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:31,373 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:31,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:31,385 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:31,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:31,397 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:52:31,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:31,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:52:31,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:52:31,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:52:36,468 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_30d69nbe/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:36,508 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:36,508 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:36,511 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:36,512 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:52:36,512 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:36,512 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:36,516 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:36,517 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:36,521 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:36,521 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:36,524 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:36,524 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:36,527 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:36,527 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:36,536 INFO program/MainThread: stdout: 2024-03-01 20:52:36,537 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:36,537 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:36,537 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:36,537 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:36,537 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:36,537 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:36,538 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:36,538 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:36,538 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:36,538 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:36,539 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:36,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:36,551 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:36,563 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:52:36,568 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:52:36,568 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:52:36,569 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:36,602 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:36,602 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:36,602 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:36,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,616 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:36,621 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:36,622 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:36,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:36,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:36,626 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:36,630 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:36,630 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:36,633 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:52:36,634 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,634 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:36,634 INFO blivet/MainThread: got device: DiskDevice instance (0x7f33665ae470) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:52:36,638 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:36,639 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:52:36,642 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:52:36,642 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:52:36,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,653 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:36,653 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:36,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:52:36,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:52:36,657 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:36,660 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:36,661 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:36,664 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:52:36,664 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,665 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:52:36,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336555d320) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:52:36,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:36,669 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:52:36,672 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:52:36,672 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:52:36,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,683 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:36,683 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:36,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:36,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:52:36,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:36,690 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:36,691 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:52:36,694 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:52:36,694 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,695 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:52:36,695 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336555d7b8) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:52:36,698 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:36,699 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:36,702 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:52:36,702 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:52:36,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,713 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:36,713 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:36,713 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:36,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:52:36,717 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:36,720 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:36,721 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:52:36,724 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:52:36,724 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,725 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:52:36,725 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3365562588) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:52:36,728 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:36,729 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:36,732 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:52:36,732 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:52:36,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:36,743 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:36,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:52:36,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:52:36,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:36,750 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:36,750 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:36,754 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:52:36,754 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,754 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:52:36,755 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3365562630) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:52:36,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:36,758 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:52:36,762 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:52:36,762 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:52:36,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,772 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:36,773 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:36,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:36,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:52:36,777 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:36,780 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:36,780 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:36,783 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:52:36,784 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,784 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:52:36,784 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336555f470) -- 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 = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:52:36,788 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:36,788 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:52:36,792 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:52:36,792 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:52:36,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,802 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:36,803 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:36,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:36,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:52:36,806 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:36,810 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:36,810 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:36,813 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:36,814 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,814 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:52:36,814 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336555fb00) -- 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 = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:52:36,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:36,818 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:52:36,822 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:52:36,822 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:52:36,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,832 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:36,833 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:36,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:36,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:52:36,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:36,840 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:36,840 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:36,843 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:52:36,844 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,844 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:52:36,844 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336555feb8) -- 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 = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:52:36,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:36,848 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:52:36,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:52:36,852 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:52:36,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,862 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:36,863 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:36,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:52:36,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:52:36,867 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:36,870 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:36,870 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:36,874 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:52:36,875 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,875 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:52:36,875 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336556e9e8) -- 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 = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:52:36,879 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:36,879 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:52:36,882 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:52:36,882 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:52:36,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:36,894 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:36,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:52:36,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:36,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:36,901 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:36,901 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:36,904 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:52:36,905 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,905 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:52:36,905 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336555fa20) -- 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 = 6001405f8dd139c590243c480bf69453 2024-03-01 20:52:36,909 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:36,909 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:52:36,912 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:52:36,912 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:52:36,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,923 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:36,923 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:36,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:52:36,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:52:36,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:36,931 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:36,931 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:36,934 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:52:36,935 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,935 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:52:36,935 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3365583908) -- 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 = 6001405275d1c961b834308a22031763 2024-03-01 20:52:36,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:36,939 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:52:36,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:52:36,942 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:52:36,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,953 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:36,954 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:36,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:52:36,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:36,957 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:36,961 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:36,961 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:36,964 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:52:36,965 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:36,965 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:52:36,965 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3365583f98) -- 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 = 60014053403b08358c444ab939ec21fb 2024-03-01 20:52:36,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:36,969 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:52:36,972 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': '26310001'} ; 2024-03-01 20:52:36,972 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:36,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:36,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:36,983 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:36,983 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:36,983 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:36,983 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:36,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:36,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:52:36,986 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:36,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:36,990 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:36,993 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:36,994 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:36,994 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:52:36,994 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3365583eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:52:36,998 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:37,001 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:37,002 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:52:37,005 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:37,005 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:52:37,009 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:37,009 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:37,012 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:37,012 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:52:37,017 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:37,020 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:37,023 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:37,028 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 0x7f3365577048> 2024-03-01 20:52:40,032 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:52:40,036 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:40,036 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:40,040 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': '26313400'} ; 2024-03-01 20:52:40,041 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:40,041 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:40,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,051 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:40,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,057 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:40,070 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:40,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:52:40,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:40,094 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:40,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:40,098 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:40,101 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:40,102 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:40,105 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:40,106 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:40,106 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:40,109 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:40,112 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:40,116 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:40,119 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:40,122 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:40,123 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:40,123 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:52:40,124 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:40,123 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f336555ddd8) -- 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 0x7f33655190f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:40,127 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:40,131 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:40,131 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:40,135 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:40,135 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:40,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:40,139 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:40,142 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:40,142 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:40,144 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:40,144 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:40,148 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,148 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:52:40,151 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:40,152 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:40,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:40,163 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:40,176 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:40,177 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:40,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,190 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:40,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,202 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:40,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,214 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:40,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,226 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:40,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,238 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:52:40,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,250 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:40,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,262 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:52:40,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:52:40,268 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:52:40,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:52:40,274 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:52:40,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:52:40,280 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:52:40,284 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,284 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:52:40,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:52:40,288 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:40,288 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:40,291 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,291 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:40,295 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,295 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:52:40,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:52:40,298 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:40,298 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:40,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,302 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:40,305 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,305 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:52:40,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:52:40,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:40,308 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:40,311 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,312 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:40,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:52:40,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:52:40,321 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:40,325 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:52:40,328 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:40,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:52:40,336 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:40,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:52:40,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:52:40,341 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:52:40,341 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:40,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,355 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:52:40,356 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:40,356 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:40,356 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 20:52:40,357 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:40,357 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:40,360 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,361 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:52:40,364 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:52:40,368 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:40,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:40,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:52:40,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:52:40,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:40,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:40,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:52:40,387 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:40,388 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:40,388 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:52:40,388 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:52:40,392 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:52:40,392 INFO program/MainThread: stderr[4]: 2024-03-01 20:52:40,392 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:52:40,393 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:52:40,393 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:40,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:52:40,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,399 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:40,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,412 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 20:52:40,413 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:40,414 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:52:40,414 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 20:52:40,414 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:40,415 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:52:40,418 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,418 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 20:52:40,421 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:52:40,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:40,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:40,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 20:52:40,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:52:40,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:40,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:40,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 20:52:40,445 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:40,445 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:52:40,446 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:52:40,446 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 20:52:40,446 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:40,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 20:52:40,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,450 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:40,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,463 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 20:52:40,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 20:52:40,469 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:52:40,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 20:52:40,475 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:52:40,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 20:52:40,481 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:52:40,484 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,485 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 20:52:40,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:52:40,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:40,488 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:40,491 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,492 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:40,495 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,495 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 20:52:40,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:52:40,498 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:40,498 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:40,501 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,502 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:40,505 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,505 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 20:52:40,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 20:52:40,509 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:40,509 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:40,512 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,512 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:40,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 20:52:40,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:52:40,520 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:40,524 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:52:40,528 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:40,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:52:40,535 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:40,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 20:52:40,540 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:52:40,540 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 20:52:40,540 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:40,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,555 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 20:52:40,555 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:40,556 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:40,556 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:52:40,556 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:40,557 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:40,560 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,560 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 20:52:40,563 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,564 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:52:40,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:40,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:40,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 20:52:40,575 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:52:40,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:40,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:40,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 20:52:40,586 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:40,587 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:40,587 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:52:40,587 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 20:52:40,587 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:40,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:52:40,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,592 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:40,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,605 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 20:52:40,606 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:40,606 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:40,606 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 20:52:40,607 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:40,607 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:40,611 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,611 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 20:52:40,614 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:52:40,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:40,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:40,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:52:40,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:52:40,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:40,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:40,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 20:52:40,637 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:40,637 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:40,638 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:52:40,638 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 20:52:40,638 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:40,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 20:52:40,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,643 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:40,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,656 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 20:52:40,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 20:52:40,662 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:52:40,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 20:52:40,668 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:52:40,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 20:52:40,674 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:52:40,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 20:52:40,680 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:52:40,683 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,683 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 20:52:40,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 20:52:40,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:40,687 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:40,690 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,690 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:40,693 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,693 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 20:52:40,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:52:40,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:40,697 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:40,700 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,700 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:40,703 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,704 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 20:52:40,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 20:52:40,720 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:40,720 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:40,724 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,724 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:40,727 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:40,727 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:52:40,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:52:40,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:40,730 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:40,734 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:52:40,734 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:40,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 20:52:40,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:52:40,743 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:40,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:52:40,750 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:40,754 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:52:40,757 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:40,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:52:40,765 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:40,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 20:52:40,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:52:40,771 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 20:52:40,771 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:40,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,786 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 20:52:40,787 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,788 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:40,788 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 20:52:40,788 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,789 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:40,792 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,792 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 20:52:40,795 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:52:40,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:40,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:40,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:52:40,807 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:52:40,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:40,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:40,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 20:52:40,819 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,819 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:40,819 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:52:40,820 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 20:52:40,820 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:40,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 20:52:40,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,824 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:40,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,837 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 20:52:40,838 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,839 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:40,839 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 20:52:40,839 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,840 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:40,843 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,843 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 20:52:40,846 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 20:52:40,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:40,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:40,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:52:40,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:52:40,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:40,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:40,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 20:52:40,870 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,871 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:40,871 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:52:40,871 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 20:52:40,871 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:40,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:52:40,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,876 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:40,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,889 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 20:52:40,890 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,891 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:52:40,891 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 20:52:40,891 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,892 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:52:40,895 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,895 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 20:52:40,898 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,899 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:52:40,903 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:40,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:40,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:52:40,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:52:40,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:40,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:40,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 20:52:40,922 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,923 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:52:40,923 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:52:40,923 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 20:52:40,923 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:40,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:52:40,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,928 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:40,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:40,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:40,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:40,941 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 20:52:40,942 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,943 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:52:40,943 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 20:52:40,943 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,944 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:52:40,947 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,947 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 20:52:40,950 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:40,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:52:40,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:40,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:40,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 20:52:40,963 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:52:40,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:40,970 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:40,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 20:52:40,974 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:40,975 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:52:40,975 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:52:40,976 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 20:52:40,976 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:40,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 20:52:40,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 20:52:40,980 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:40,982 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:40,983 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:40,984 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:40,985 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:40,985 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:52:40,987 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:52:40,990 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:40,993 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:40,996 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:52:40,996 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:52:40,999 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:40,999 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 0x7f336553adb0> 2024-03-01 20:52:41,000 INFO blivet/MainThread: sorting actions... 2024-03-01 20:52:41,036 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:41,036 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:41,036 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:41,037 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:41,037 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:41,038 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:41,038 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:41,038 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:41,039 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:41,039 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:41,039 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:41,040 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:41,040 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:41,041 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:41,041 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:41,041 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:41,042 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:41,043 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:41,043 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:41,043 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:41,044 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:41,044 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:41,045 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:41,045 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:41,046 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:41,046 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:41,046 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:41,047 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:41,047 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:41,048 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:41,048 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:41,049 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:41,049 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:41,049 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:41,050 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:41,050 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:41,051 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:41,051 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:41,052 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:41,052 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:41,055 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,058 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 20:52:41,058 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 20:52:41,065 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,098 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,111 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,112 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:41,116 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,119 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 20:52:41,119 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 20:52:41,126 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,155 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,169 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,170 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:41,174 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,177 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 20:52:41,178 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 20:52:41,184 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,213 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,214 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,228 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,228 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:41,233 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,236 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 20:52:41,236 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 20:52:41,243 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,276 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,290 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,291 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:41,295 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,298 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 20:52:41,299 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 20:52:41,306 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,340 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,353 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,354 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:41,358 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,361 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 20:52:41,362 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 20:52:41,368 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,399 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,413 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,414 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:41,418 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,421 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 20:52:41,421 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 20:52:41,428 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,460 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,461 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,474 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,475 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:41,479 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,482 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:52:41,483 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:52:41,489 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,519 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,520 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,533 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,534 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:41,538 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,541 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:52:41,541 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:52:41,548 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,582 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,583 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,594 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,595 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:41,599 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:41,602 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:52:41,603 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:52:41,609 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,610 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,641 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,653 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,654 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:41,658 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:41,662 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:41,665 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:41,665 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:52:41,665 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= devices { filter=["a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:41,698 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 20:52:41,699 INFO program/MainThread: stderr[5]: 2024-03-01 20:52:41,699 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:52:41,699 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,718 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,725 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:41,726 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:41,727 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 20:52:41,743 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,777 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,778 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:41,784 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:41,787 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:41,790 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:41,790 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:52:41,790 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:41,822 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 20:52:41,823 INFO program/MainThread: stderr[6]: 2024-03-01 20:52:41,823 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:52:41,823 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,850 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,857 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:41,857 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:41,859 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 20:52:41,874 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,906 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,906 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:41,910 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:41,913 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:41,916 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:41,917 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:52:41,917 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:41,951 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 20:52:41,951 INFO program/MainThread: stderr[7]: 2024-03-01 20:52:41,951 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:52:41,951 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:41,977 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:41,985 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:41,985 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:41,987 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 20:52:42,000 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,030 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,031 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:42,035 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,038 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,041 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,041 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:52:42,042 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:42,074 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 20:52:42,074 INFO program/MainThread: stderr[8]: 2024-03-01 20:52:42,074 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:52:42,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,101 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,108 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:42,109 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:42,111 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 20:52:42,124 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,152 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,153 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:42,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 20:52:42,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:42,163 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,167 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,170 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,174 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,177 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,180 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,183 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,186 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 20:52:42,190 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:42,268 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 20:52:42,268 INFO program/MainThread: stderr[9]: 2024-03-01 20:52:42,268 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:52:42,276 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:42,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:42,288 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,302 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,308 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,314 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,318 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,322 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,325 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,336 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:42,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:42,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,356 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,357 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 20:52:42,367 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,367 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,379 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,380 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:42,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:42,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 20:52:42,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:42,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:42,399 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,402 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,406 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,410 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,413 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,417 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,421 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:42,424 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,436 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:42,442 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:42,470 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 20:52:42,470 INFO program/MainThread: stderr[10]: 2024-03-01 20:52:42,470 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:52:42,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:42,475 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:42,569 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 20:52:42,570 INFO program/MainThread: stderr[11]: 2024-03-01 20:52:42,570 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:52:42,578 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:42,586 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:42,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,636 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:42,642 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:42,643 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:52:42,654 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,669 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,670 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:42,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,678 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:42,681 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 20:52:42,681 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 20:52:42,727 INFO program/MainThread: stdout: 2024-03-01 20:52:42,728 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:42,728 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:42,728 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:42,728 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:42,728 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:42,728 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:42,728 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:42,728 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:42,728 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:42,728 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:42,728 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,729 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 20:52:42,743 INFO program/MainThread: stdout: 2024-03-01 20:52:42,743 INFO program/MainThread: writing all SBs 2024-03-01 20:52:42,743 INFO program/MainThread: new label = "" 2024-03-01 20:52:42,743 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,761 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:42,766 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:42,768 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:52:42,778 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,779 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,794 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,795 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:42,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:42,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 20:52:42,807 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,808 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:42,836 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 20:52:42,836 INFO program/MainThread: stderr[12]: 2024-03-01 20:52:42,836 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:52:42,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:42,841 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:42,931 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 20:52:42,931 INFO program/MainThread: stderr[13]: 2024-03-01 20:52:42,931 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:52:42,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:42,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:42,956 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:42,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,996 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:43,002 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:43,003 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:52:43,014 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,014 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,031 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,032 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:43,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,040 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:43,043 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 20:52:43,043 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 20:52:43,068 INFO program/MainThread: stdout: 2024-03-01 20:52:43,068 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:43,068 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:43,069 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:43,069 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:43,069 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:43,069 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:43,069 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:43,069 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:43,069 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:43,069 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:43,069 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,070 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 20:52:43,083 INFO program/MainThread: stdout: 2024-03-01 20:52:43,084 INFO program/MainThread: writing all SBs 2024-03-01 20:52:43,084 INFO program/MainThread: new label = "" 2024-03-01 20:52:43,084 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,101 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:43,106 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:43,108 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:52:43,118 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,137 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,138 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:43,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:43,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 20:52:43,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,150 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:43,182 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 20:52:43,182 INFO program/MainThread: stderr[14]: 2024-03-01 20:52:43,182 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:52:43,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:43,187 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:43,283 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 20:52:43,284 INFO program/MainThread: stderr[15]: 2024-03-01 20:52:43,284 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:52:43,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:43,296 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:43,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,343 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:43,349 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:43,349 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:52:43,360 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,375 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,376 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:43,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,384 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:43,387 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 20:52:43,387 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 20:52:43,418 INFO program/MainThread: stdout: 2024-03-01 20:52:43,419 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 20:52:43,419 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:43,419 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:43,419 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:43,419 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 20:52:43,419 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:43,419 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:43,419 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 20:52:43,419 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:43,419 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:43,419 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,420 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 20:52:43,436 INFO program/MainThread: stdout: 2024-03-01 20:52:43,436 INFO program/MainThread: writing all SBs 2024-03-01 20:52:43,436 INFO program/MainThread: new label = "" 2024-03-01 20:52:43,436 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,451 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:43,456 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:43,458 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:52:43,468 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,486 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,487 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:43,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:43,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 20:52:43,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,498 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:43,526 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 20:52:43,526 INFO program/MainThread: stderr[16]: 2024-03-01 20:52:43,526 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:52:43,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:43,531 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:43,626 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 20:52:43,626 INFO program/MainThread: stderr[17]: 2024-03-01 20:52:43,626 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:52:43,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:43,643 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:43,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,687 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:43,693 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:43,694 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:52:43,704 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,722 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,723 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:43,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,731 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:43,734 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 20:52:43,734 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 20:52:43,771 INFO program/MainThread: stdout: 2024-03-01 20:52:43,771 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 20:52:43,771 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:43,771 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:43,771 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:43,771 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 20:52:43,772 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:43,772 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:43,772 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:52:43,772 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:43,772 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:43,772 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,772 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 20:52:43,786 INFO program/MainThread: stdout: 2024-03-01 20:52:43,787 INFO program/MainThread: writing all SBs 2024-03-01 20:52:43,787 INFO program/MainThread: new label = "" 2024-03-01 20:52:43,787 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,787 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,804 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:43,809 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:43,811 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:52:43,822 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,837 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,838 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:43,842 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,845 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:43,848 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:43,848 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:52:43,849 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:43,886 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 20:52:43,886 INFO program/MainThread: stderr[18]: 2024-03-01 20:52:43,886 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:52:43,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,910 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,917 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:43,917 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:43,920 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 20:52:43,934 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:43,965 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,966 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:43,970 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,973 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:43,976 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:43,976 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:52:43,977 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:44,011 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 20:52:44,011 INFO program/MainThread: stderr[19]: 2024-03-01 20:52:44,012 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:52:44,012 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,040 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:44,048 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:44,050 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 20:52:44,064 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,064 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,093 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,094 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:44,098 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,101 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,104 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,104 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:52:44,105 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:44,140 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 20:52:44,140 INFO program/MainThread: stderr[20]: 2024-03-01 20:52:44,140 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:52:44,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,162 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:44,170 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:44,172 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 20:52:44,188 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,189 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,216 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,217 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:44,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 20:52:44,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:44,227 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,231 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,234 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,237 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,241 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,244 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,247 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 20:52:44,247 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:44,296 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 20:52:44,297 INFO program/MainThread: stderr[21]: 2024-03-01 20:52:44,297 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:52:44,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:44,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:44,329 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,343 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,352 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,359 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,369 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,398 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,403 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:44,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:44,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,418 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,419 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 20:52:44,429 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,443 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,444 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:44,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:44,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 20:52:44,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:44,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:44,463 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,467 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,470 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,474 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,477 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,481 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:44,481 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,492 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:44,498 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/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:44,526 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:52:44,526 INFO program/MainThread: stderr[22]: 2024-03-01 20:52:44,526 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:52:44,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:44,531 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:44,620 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 20:52:44,620 INFO program/MainThread: stderr[23]: 2024-03-01 20:52:44,620 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:52:44,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:44,642 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:44,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,674 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,679 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:44,680 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:44,681 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:52:44,691 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,709 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,710 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:44,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,718 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:44,721 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 20:52:44,721 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 20:52:44,746 INFO program/MainThread: stdout: 2024-03-01 20:52:44,746 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 20:52:44,747 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:44,747 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:44,747 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:44,747 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 20:52:44,747 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:44,747 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:44,747 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:44,747 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:44,747 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:44,747 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,748 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 20:52:44,762 INFO program/MainThread: stdout: 2024-03-01 20:52:44,763 INFO program/MainThread: writing all SBs 2024-03-01 20:52:44,763 INFO program/MainThread: new label = "" 2024-03-01 20:52:44,763 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,781 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:44,786 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:44,788 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:52:44,798 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:44,813 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:44,814 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:44,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:44,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 20:52:44,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,825 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/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:44,855 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 20:52:44,855 INFO program/MainThread: stderr[24]: 2024-03-01 20:52:44,855 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:52:44,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:44,860 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:44,952 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 20:52:44,952 INFO program/MainThread: stderr[25]: 2024-03-01 20:52:44,952 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:52:44,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:44,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:44,969 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:44,969 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,003 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:45,009 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:45,009 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:52:45,020 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,035 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,036 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:45,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,044 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:45,047 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 20:52:45,047 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 20:52:45,073 INFO program/MainThread: stdout: 2024-03-01 20:52:45,074 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:52:45,074 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:45,074 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:45,074 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:45,074 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:52:45,074 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:45,074 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:45,074 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:45,074 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:45,074 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:45,074 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,075 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 20:52:45,089 INFO program/MainThread: stdout: 2024-03-01 20:52:45,089 INFO program/MainThread: writing all SBs 2024-03-01 20:52:45,089 INFO program/MainThread: new label = "" 2024-03-01 20:52:45,089 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,090 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,105 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:45,110 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:45,111 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:52:45,122 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,138 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,139 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:45,144 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,147 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,150 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,150 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:52:45,150 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:45,186 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:52:45,186 INFO program/MainThread: stderr[26]: 2024-03-01 20:52:45,186 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:52:45,186 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,207 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,212 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:45,212 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:45,214 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:52:45,224 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,248 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,249 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:45,253 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,256 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,259 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,259 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:52:45,260 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:45,294 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:52:45,294 INFO program/MainThread: stderr[27]: 2024-03-01 20:52:45,294 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:52:45,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,315 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:45,320 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:45,322 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:52:45,332 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,356 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,356 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:45,360 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,363 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,366 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,367 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:52:45,367 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:45,405 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:52:45,406 INFO program/MainThread: stderr[28]: 2024-03-01 20:52:45,406 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:52:45,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,426 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,431 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:45,431 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:45,433 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:52:45,443 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,467 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,468 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:45,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:52:45,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:52:45,478 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,482 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,485 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,488 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,491 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,495 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:52:45,498 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:45,559 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 20:52:45,559 INFO program/MainThread: stderr[29]: 2024-03-01 20:52:45,559 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:52:45,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:45,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:52:45,581 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,586 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,592 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,599 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,605 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,612 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,612 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,631 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,636 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:52:45,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:52:45,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,651 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,652 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:52:45,662 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,676 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,677 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:45,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 20:52:45,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 20:52:45,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:45,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:52:45,696 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,699 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,703 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,707 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,710 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,714 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:45,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,727 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:52:45,733 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/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:45,766 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:52:45,766 INFO program/MainThread: stderr[30]: 2024-03-01 20:52:45,766 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:52:45,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 20:52:45,771 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:45,869 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 20:52:45,869 INFO program/MainThread: stderr[31]: 2024-03-01 20:52:45,869 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:52:45,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:45,885 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:45,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,911 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:45,917 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:45,918 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:52:45,928 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:45,946 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,947 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:45,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:45,955 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:45,958 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 20:52:45,959 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 20:52:45,993 INFO program/MainThread: stdout: 2024-03-01 20:52:45,993 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:52:45,993 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:45,993 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:45,993 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:45,994 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:52:45,994 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:45,994 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:45,994 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:52:45,994 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:45,994 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:45,994 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:45,994 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 20:52:46,008 INFO program/MainThread: stdout: 2024-03-01 20:52:46,008 INFO program/MainThread: writing all SBs 2024-03-01 20:52:46,009 INFO program/MainThread: new label = "" 2024-03-01 20:52:46,009 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,024 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:46,029 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:46,031 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:52:46,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,057 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,058 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:46,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:52:46,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:52:46,069 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:46,070 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/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:46,098 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:52:46,098 INFO program/MainThread: stderr[32]: 2024-03-01 20:52:46,098 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:52:46,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:52:46,103 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:46,198 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 20:52:46,199 INFO program/MainThread: stderr[33]: 2024-03-01 20:52:46,199 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:52:46,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:46,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:46,217 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:46,217 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,247 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:52:46,252 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:46,253 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:52:46,263 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,264 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,279 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,280 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:46,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:46,288 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:46,291 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:52:46,291 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:52:46,316 INFO program/MainThread: stdout: 2024-03-01 20:52:46,317 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 20:52:46,317 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:46,317 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:46,317 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:46,317 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 20:52:46,317 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:46,317 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:46,317 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:46,317 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:46,318 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:46,318 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,318 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:52:46,330 INFO program/MainThread: stdout: 2024-03-01 20:52:46,331 INFO program/MainThread: writing all SBs 2024-03-01 20:52:46,331 INFO program/MainThread: new label = "" 2024-03-01 20:52:46,331 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,331 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,349 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:46,354 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:46,356 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:52:46,366 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,382 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,388 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:46,388 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 0x7f336554f0f8> 2024-03-01 20:52:46,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:52:46,396 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:52:46,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:52:46,403 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:52:46,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:52:46,410 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:52:46,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:52:46,417 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:52:46,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:52:46,423 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:52:46,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:52:46,430 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:52:46,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:52:46,437 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:52:46,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:52:46,443 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:52:46,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:52:46,450 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:52:46,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:52:46,456 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:52:46,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:52:46,463 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:52:46,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:52:46,469 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:52:46,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:52:46,476 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:52:46,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:52:46,482 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:52:46,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:52:46,488 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:52:46,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:52:46,494 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:53:12,807 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_6tqjyh8s/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:53:12,846 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:12,847 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:53:12,850 INFO program/MainThread: stdout[2]: 2024-03-01 20:53:12,850 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:53:12,850 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:53:12,851 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:53:12,856 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:12,857 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:53:12,861 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:12,861 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:53:12,864 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:12,864 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:53:12,867 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:12,868 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:53:12,880 INFO program/MainThread: stdout: 2024-03-01 20:53:12,880 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:53:12,880 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j 2024-03-01 20:53:12,880 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf 2024-03-01 20:53:12,880 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF 2024-03-01 20:53:12,880 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf 2024-03-01 20:53:12,880 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 247a4fec-04c5-43bc-bf80-cff296c3a7c7 2024-03-01 20:53:12,880 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 2024-03-01 20:53:12,881 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O 2024-03-01 20:53:12,881 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 699e8a8a-97dd-454e-aeab-8242e97d51cf 2024-03-01 20:53:12,881 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ae388a78-b01e-4ea4-9ab0-250b60dacc66 2024-03-01 20:53:12,881 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI 2024-03-01 20:53:12,881 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx 2024-03-01 20:53:12,881 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly 2024-03-01 20:53:12,881 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs d6b69153-2a30-45f6-83b5-b955ab5cfb09 2024-03-01 20:53:12,881 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 31cb2238-0b58-46ec-9c5b-905422a98078 2024-03-01 20:53:12,881 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c 2024-03-01 20:53:12,881 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p 2024-03-01 20:53:12,881 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c 2024-03-01 20:53:12,881 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S 2024-03-01 20:53:12,881 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 2024-03-01 20:53:12,881 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl 2024-03-01 20:53:12,881 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 2024-03-01 20:53:12,881 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:53:12,881 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:53:12,881 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:53:12,881 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:12,881 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:12,881 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf sdb 1073741824 root disk brw-rw---- LVM2_member Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 247a4fec-04c5-43bc-bf80-cff296c3a7c7 sdc 1073741824 root disk brw-rw---- LVM2_member ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 sdd 1073741824 root disk brw-rw---- LVM2_member Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 699e8a8a-97dd-454e-aeab-8242e97d51cf `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ae388a78-b01e-4ea4-9ab0-250b60dacc66 sde 1073741824 root disk brw-rw---- LVM2_member YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI sdf 1073741824 root disk brw-rw---- LVM2_member jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx sdg 1073741824 root disk brw-rw---- LVM2_member t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly |-test_vg3-lv8 427819008 root disk brw-rw---- xfs d6b69153-2a30-45f6-83b5-b955ab5cfb09 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 31cb2238-0b58-46ec-9c5b-905422a98078 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c sdh 1073741824 root disk brw-rw---- LVM2_member cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c sdi 1073741824 root disk brw-rw---- LVM2_member BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 sdj 1073741824 root disk brw-rw---- LVM2_member mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:12,881 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:12,882 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:12,882 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:53:12,882 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:12,882 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:53:12,883 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:53:12,883 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:12,897 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:12,913 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 20:53:12,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/lvm-pv-uuid-ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749', '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': 'ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j', 'ID_FS_UUID_ENC': 'ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:53:12,918 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:53:12,919 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:12,948 INFO program/MainThread: stdout[3]: 2024-03-01 20:53:12,948 INFO program/MainThread: stderr[3]: 2024-03-01 20:53:12,948 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:53:12,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,962 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:53:12,968 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:53:12,968 INFO blivet/MainThread: sda is a disk 2024-03-01 20:53:12,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:53:12,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:53:12,973 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:53:12,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:53:12,977 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:53:12,980 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:53:12,980 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:53:12,981 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:53:12,981 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c78efbcc0) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:53:12,985 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:53:12,989 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:12,989 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:53:12,993 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:12,993 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:53:12,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:12,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:53:13,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:53:13,003 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:53:13,004 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:53:13,004 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,033 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:13,033 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF. WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:53:13,033 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:53:13,033 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:53:13,038 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j ; label: None ; device: /dev/sda ; serial: 360014054947502f9b414f748e7eb4749 ; exists: True ; vg_name: test_vg1 ; vg_uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; pe_start: 8 MiB ; 2024-03-01 20:53:13,038 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:53:13,042 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:53:13,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:13,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,055 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,084 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:13,084 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF. WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:53:13,084 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:53:13,084 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:13,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:53:13,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:53:13,096 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:13,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:53:13,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:53:13,100 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,129 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:13,129 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF. WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:53:13,129 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:53:13,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:53:13,135 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:53:13,138 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:53:13,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,145 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:13,145 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:13,149 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/lvm-pv-uuid-Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', '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': 'Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF', 'ID_FS_UUID_ENC': 'Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:53:13,149 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:53:13,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,159 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:53:13,160 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:53:13,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:53:13,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:53:13,163 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:53:13,167 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:53:13,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 20:53:13,170 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:53:13,171 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:53:13,171 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:53:13,171 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c7856a358) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:53:13,175 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:53:13,178 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:13,179 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:53:13,182 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:13,182 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:53:13,185 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,186 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:53:13,189 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,189 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:53:13,192 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:53:13,192 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:53:13,192 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,219 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:13,219 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). 2024-03-01 20:53:13,219 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:53:13,219 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:53:13,224 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF ; label: None ; device: /dev/sdb ; serial: 360014052d26346f41424db28961ee83c ; exists: True ; vg_name: test_vg1 ; vg_uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:53:13,224 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:53:13,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:53:13,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,238 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:53:13,241 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:13,245 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:53:13,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,251 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,289 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:13,289 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). 2024-03-01 20:53:13,289 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:53:13,289 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:13,289 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:13,294 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:53:13,295 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:53:13,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,306 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:53:13,306 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:53:13,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:53:13,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:53:13,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:53:13,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:53:13,314 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:53:13,317 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:53:13,317 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:53:13,318 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:53:13,318 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c7856a518) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:53:13,322 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:53:13,322 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:53:13,325 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:53:13,325 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:53:13,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,336 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:53:13,337 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:53:13,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:53:13,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:53:13,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:53:13,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:53:13,344 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:53:13,347 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:53:13,348 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:53:13,348 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:53:13,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c78577d30) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:53:13,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:53:13,352 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:53:13,356 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/lvm-pv-uuid-ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec', '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': 'ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5', 'ID_FS_UUID_ENC': 'ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:53:13,356 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:53:13,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,367 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:53:13,367 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:53:13,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:53:13,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:53:13,371 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:53:13,374 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:53:13,374 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:53:13,377 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:53:13,378 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:53:13,378 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:53:13,378 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c7857f320) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:53:13,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:53:13,386 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:13,386 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:53:13,389 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:13,389 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:53:13,393 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,393 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:53:13,397 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,397 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:53:13,400 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:53:13,400 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:53:13,400 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,425 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:13,425 INFO program/MainThread: stderr[9]: 2024-03-01 20:53:13,425 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:53:13,425 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:53:13,430 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 ; label: None ; device: /dev/sdc ; serial: 36001405446e52ad601644a1b2440ffec ; exists: True ; vg_name: test_vg1 ; vg_uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:13,430 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:53:13,433 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:53:13,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,444 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:53:13,447 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:13,450 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:53:13,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,458 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,491 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:13,491 INFO program/MainThread: stderr[10]: 2024-03-01 20:53:13,491 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:53:13,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:13,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:53:13,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:13,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:53:13,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:13,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:13,518 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:13,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:13,523 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:13,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:53:13,528 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:53:13,531 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:13,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:53:13,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:13,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:13,539 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:13,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:13,543 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:13,543 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:53:13,544 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:53:13,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:13,547 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:13,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:13,551 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:13,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND ' '/dev/disk/by-uuid/247a4fec-04c5-43bc-bf80-cff296c3a7c7 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'ID_FS_UUID_ENC': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '921287491'} ; 2024-03-01 20:53:13,555 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:13,556 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,560 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:53:13,560 INFO program/MainThread: stderr[11]: 2024-03-01 20:53:13,560 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:53:13,560 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,564 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:53:13,564 INFO program/MainThread: stderr[12]: 2024-03-01 20:53:13,564 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:53:13,564 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,568 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:53:13,568 INFO program/MainThread: stderr[13]: 2024-03-01 20:53:13,568 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:53:13,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:53:13,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,580 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:53:13,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,581 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:53:13,577 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c7857ff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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 (0x7f4c785f8ac8) -- 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 = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:13,582 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,586 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:53:13,586 INFO program/MainThread: stderr[14]: 2024-03-01 20:53:13,587 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:53:13,591 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:13,595 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:13,596 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:53:13,599 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:13,599 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:53:13,603 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,603 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:53:13,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:53:13,609 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:53:13,609 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:53:13,613 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:13,614 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:53:13,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:53:13,617 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:13,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:13,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:53:13,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:13,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:53:13,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:13,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:13,643 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:13,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:13,648 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:13,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:53:13,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:13,655 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:13,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:53:13,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:13,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:13,663 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:13,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:13,667 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:13,667 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:53:13,668 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:53:13,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:13,671 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:13,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:13,675 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:13,679 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/edb63193-0727-4c14-9d79-5900d6e8a3bf ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs ' '/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-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'ID_FS_UUID_ENC': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920950882'} ; 2024-03-01 20:53:13,679 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:13,680 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,684 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:53:13,684 INFO program/MainThread: stderr[15]: 2024-03-01 20:53:13,684 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:53:13,684 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,688 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:53:13,688 INFO program/MainThread: stderr[16]: 2024-03-01 20:53:13,688 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:53:13,689 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,692 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:53:13,693 INFO program/MainThread: stderr[17]: 2024-03-01 20:53:13,693 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:53:13,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:53:13,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,705 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:13,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,706 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:13,702 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c7857fdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs 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 (0x7f4c785f8ac8) -- name = test_vg1 status = True 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 = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:13,707 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,711 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:53:13,712 INFO program/MainThread: stderr[18]: 2024-03-01 20:53:13,712 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:53:13,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:13,720 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:13,721 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:53:13,724 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:13,724 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:53:13,728 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:53:13,732 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,733 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:53:13,733 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:53:13,736 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:13,737 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:53:13,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:53:13,740 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:13,741 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:13,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/lvm-pv-uuid-Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O ' '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', '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': 'Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O', 'ID_FS_UUID_ENC': 'Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:53:13,744 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:53:13,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,756 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:53:13,756 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:53:13,757 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:53:13,757 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:53:13,760 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:53:13,763 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:53:13,764 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:53:13,767 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:53:13,768 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:53:13,768 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:53:13,768 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c785900b8) -- 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 = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:53:13,772 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:53:13,776 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:13,776 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:53:13,779 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:13,779 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:53:13,783 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,783 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:53:13,787 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,787 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:53:13,790 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:53:13,790 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:53:13,790 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/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,821 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:13,821 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI. WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:13,821 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:53:13,821 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:53:13,826 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O ; label: None ; device: /dev/sdd ; serial: 36001405cf8801e5c8004ff483be7616f ; exists: True ; vg_name: test_vg2 ; vg_uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:53:13,826 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:53:13,830 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:53:13,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:13,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,843 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/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,872 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 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=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:13,872 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI. WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:13,872 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:53:13,872 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:13,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:53:13,878 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:53:13,882 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:13,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:53:13,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:53:13,886 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/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:13,916 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:13,916 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI. WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:13,916 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:53:13,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:53:13,922 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:53:13,925 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:53:13,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:13,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:53:13,932 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:13,932 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:13,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', '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': 'YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI', 'ID_FS_UUID_ENC': 'YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:53:13,936 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:53:13,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,947 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:53:13,947 INFO blivet/MainThread: sde is a disk 2024-03-01 20:53:13,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:53:13,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:53:13,951 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:53:13,955 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:53:13,955 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:53:13,958 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:53:13,959 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:53:13,959 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:53:13,959 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c785987f0) -- 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 = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:53:13,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:53:13,966 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:13,966 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:53:13,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:13,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:53:13,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:53:13,977 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:13,977 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:53:13,980 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:53:13,980 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:53:13,981 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 20:53:14,012 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:14,012 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:14,012 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:53:14,012 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:53:14,017 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI ; label: None ; device: /dev/sde ; serial: 36001405f7ac99be1a1f492aae4834e7b ; exists: True ; vg_name: test_vg2 ; vg_uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:14,017 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:53:14,020 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:53:14,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:53:14,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:53:14,035 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:14,038 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:53:14,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:14,045 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 20:53:14,076 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:14,076 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:14,076 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:53:14,076 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:14,077 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:14,081 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/lvm-pv-uuid-jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1', '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': 'jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx', 'ID_FS_UUID_ENC': 'jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:53:14,082 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:53:14,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,093 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:53:14,094 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:53:14,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:53:14,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:53:14,097 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:53:14,101 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:53:14,101 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:53:14,104 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:53:14,105 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:53:14,105 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:53:14,105 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c78598710) -- 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 = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:53:14,109 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:53:14,113 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:14,113 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:53:14,116 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:14,117 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:53:14,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,120 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:53:14,124 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,124 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:53:14,127 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:53:14,127 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:53:14,127 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/sdf$|","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 20:53:14,158 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:14,158 INFO program/MainThread: stderr[24]: 2024-03-01 20:53:14,158 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:53:14,158 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:53:14,163 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx ; label: None ; device: /dev/sdf ; serial: 36001405659c17fba7684c8ab1220c6f1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:14,163 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:53:14,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:53:14,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:14,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:53:14,181 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:14,184 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:53:14,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:14,191 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/sdf$|","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 20:53:14,222 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:14,222 INFO program/MainThread: stderr[25]: 2024-03-01 20:53:14,222 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:53:14,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:14,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:53:14,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:14,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:53:14,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:14,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:14,249 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:14,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:14,253 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:14,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:53:14,257 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:53:14,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:14,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:53:14,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:14,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:14,269 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:14,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:14,273 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:14,273 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:53:14,273 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:53:14,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:14,277 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:14,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:14,281 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:14,284 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2 ' '/dev/disk/by-uuid/ae388a78-b01e-4ea4-9ab0-250b60dacc66', '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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'ID_FS_UUID_ENC': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920040006'} ; 2024-03-01 20:53:14,285 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:14,285 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:14,289 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:53:14,289 INFO program/MainThread: stderr[26]: 2024-03-01 20:53:14,289 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:53:14,290 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:14,293 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:53:14,294 INFO program/MainThread: stderr[27]: 2024-03-01 20:53:14,294 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:53:14,294 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:14,297 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:53:14,298 INFO program/MainThread: stderr[28]: 2024-03-01 20:53:14,298 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:53:14,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:53:14,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:14,310 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:14,310 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:14,311 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:14,306 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c785a0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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 (0x7f4c78598518) -- 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 = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:14,311 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:14,315 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:53:14,316 INFO program/MainThread: stderr[29]: 2024-03-01 20:53:14,316 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:53:14,320 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:14,325 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:14,325 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:53:14,329 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:14,329 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:53:14,333 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,333 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:53:14,337 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,337 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:53:14,337 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:53:14,341 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:14,341 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:53:14,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:53:14,344 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:14,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:14,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:53:14,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:14,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:53:14,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:14,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:14,382 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:14,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:14,386 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:14,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:53:14,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:14,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:14,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:53:14,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:14,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:14,402 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:14,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:14,406 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:14,406 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:53:14,406 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:53:14,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:14,410 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:14,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:14,414 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:14,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/699e8a8a-97dd-454e-aeab-8242e97d51cf ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue ' '/dev/disk/by-id/dm-name-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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'ID_FS_UUID_ENC': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '919710362'} ; 2024-03-01 20:53:14,418 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:14,418 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:14,422 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:53:14,422 INFO program/MainThread: stderr[30]: 2024-03-01 20:53:14,422 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:53:14,423 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:14,426 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:53:14,427 INFO program/MainThread: stderr[31]: 2024-03-01 20:53:14,427 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:53:14,427 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:14,431 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:53:14,431 INFO program/MainThread: stderr[32]: 2024-03-01 20:53:14,431 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:53:14,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:53:14,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:14,443 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:14,444 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:14,445 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:14,440 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c86e16ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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 (0x7f4c78598518) -- name = test_vg2 status = 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 = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:14,445 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:14,450 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:53:14,450 INFO program/MainThread: stderr[33]: 2024-03-01 20:53:14,450 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:53:14,454 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:14,458 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:14,459 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:53:14,462 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:14,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:53:14,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:53:14,471 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:53:14,471 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:53:14,475 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:14,475 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:53:14,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:53:14,478 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:14,479 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:14,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/lvm-pv-uuid-t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234', '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': 't03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly', 'ID_FS_UUID_ENC': 't03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:53:14,483 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:53:14,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,494 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:53:14,495 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:53:14,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:53:14,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:53:14,499 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:53:14,502 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:53:14,502 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:53:14,506 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:53:14,506 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:53:14,507 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:53:14,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c7857fcf8) -- 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 = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:53:14,510 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:53:14,514 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:14,514 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:53:14,518 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:14,518 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:53:14,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:53:14,525 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,525 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:53:14,528 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:53:14,528 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:53:14,529 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/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,560 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:14,560 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p. WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,560 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:53:14,561 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:53:14,565 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly ; label: None ; device: /dev/sdg ; serial: 36001405c844b9b86b1441ae900f17234 ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:53:14,565 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:53:14,569 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:53:14,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:14,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,582 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/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,614 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 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=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 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=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:14,614 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p. WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,614 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:53:14,614 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:14,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:53:14,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:53:14,624 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:14,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:53:14,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:53:14,628 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/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,660 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:14,660 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p. WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,660 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:53:14,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:53:14,666 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:53:14,669 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:53:14,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:53:14,676 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:14,676 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:14,680 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/lvm-pv-uuid-cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453', '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': 'cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p', 'ID_FS_UUID_ENC': 'cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:53:14,680 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:53:14,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,692 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:53:14,693 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:53:14,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:53:14,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:53:14,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:53:14,700 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:53:14,701 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:53:14,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:53:14,704 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:53:14,705 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:53:14,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c78577198) -- 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 = 6001405f8dd139c590243c480bf69453 2024-03-01 20:53:14,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:53:14,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:14,712 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:53:14,716 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:14,716 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:53:14,720 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,720 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:53:14,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:53:14,726 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:53:14,727 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:53:14,727 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/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,759 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:14,759 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,759 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:53:14,760 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:53:14,764 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p ; label: None ; device: /dev/sdh ; serial: 36001405f8dd139c590243c480bf69453 ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; 2024-03-01 20:53:14,764 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:53:14,768 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:53:14,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:53:14,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:53:14,782 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:14,785 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:53:14,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:14,792 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/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,824 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:14,824 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,824 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:53:14,824 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:14,825 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:14,830 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/lvm-pv-uuid-BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763 ' '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763', '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': 'BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S', 'ID_FS_UUID_ENC': 'BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:53:14,830 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:53:14,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,842 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:53:14,842 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:53:14,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:53:14,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:53:14,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:53:14,850 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:53:14,850 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:53:14,853 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:53:14,854 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:53:14,854 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:53:14,854 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c78598dd8) -- 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 = 6001405275d1c961b834308a22031763 2024-03-01 20:53:14,858 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:53:14,862 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:14,862 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:53:14,866 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:14,866 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:53:14,869 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:53:14,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:14,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:53:14,876 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:53:14,876 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:53:14,876 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/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,907 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:14,907 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,907 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:53:14,908 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:53:14,912 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S ; label: None ; device: /dev/sdi ; serial: 36001405275d1c961b834308a22031763 ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; 2024-03-01 20:53:14,912 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:53:14,916 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:53:14,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:14,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:53:14,930 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:14,933 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:53:14,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:14,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:14,940 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/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:14,972 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:14,972 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:14,972 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:53:14,972 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:14,973 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:14,978 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb', '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': 'mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl', 'ID_FS_UUID_ENC': 'mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:53:14,978 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:53:14,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,990 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:53:14,991 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:53:14,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:53:14,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:53:14,994 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:53:14,998 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:53:14,998 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:53:15,002 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:53:15,002 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:53:15,003 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:53:15,003 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c785a96a0) -- 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 = 60014053403b08358c444ab939ec21fb 2024-03-01 20:53:15,006 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:53:15,010 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:15,010 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:53:15,014 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:15,014 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:53:15,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:53:15,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,022 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:53:15,025 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:53:15,025 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:53:15,025 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/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:15,055 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:15,055 INFO program/MainThread: stderr[41]: 2024-03-01 20:53:15,055 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:53:15,056 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:53:15,060 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl ; label: None ; device: /dev/sdj ; serial: 360014053403b08358c444ab939ec21fb ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:53:15,060 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:53:15,064 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:53:15,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:15,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:15,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:53:15,078 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:15,081 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:53:15,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:15,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:15,088 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/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:15,122 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:15,122 INFO program/MainThread: stderr[42]: 2024-03-01 20:53:15,122 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:53:15,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:15,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:15,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:53:15,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:15,142 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:53:15,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:15,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:15,150 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:15,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:15,154 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:15,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:53:15,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:53:15,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:15,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:53:15,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:15,170 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:15,170 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:15,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:15,174 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:15,174 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:53:15,175 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:53:15,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:15,178 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:15,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:15,182 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:15,186 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2f76e1ef-d17c-482d-ac44-f2e8d5046a48 ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'ID_FS_UUID_ENC': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918711664'} ; 2024-03-01 20:53:15,186 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:15,186 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:15,191 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:53:15,191 INFO program/MainThread: stderr[43]: 2024-03-01 20:53:15,191 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:53:15,191 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:15,195 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:53:15,195 INFO program/MainThread: stderr[44]: 2024-03-01 20:53:15,195 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:53:15,195 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:15,199 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:53:15,199 INFO program/MainThread: stderr[45]: 2024-03-01 20:53:15,199 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:53:15,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:53:15,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,212 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:53:15,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,213 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:53:15,208 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c785a96d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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 (0x7f4c7856a710) -- 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:15,214 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:15,218 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:53:15,218 INFO program/MainThread: stderr[46]: 2024-03-01 20:53:15,218 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:53:15,223 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:15,227 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:15,227 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:53:15,231 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:15,231 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:53:15,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,235 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:53:15,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:53:15,239 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:53:15,243 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:15,243 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:53:15,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:53:15,247 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:15,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:15,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:15,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:53:15,265 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:53:15,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:53:15,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:15,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:15,273 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:15,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:15,277 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:15,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:53:15,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:15,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:53:15,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:53:15,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:15,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:15,292 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:15,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:15,296 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:15,296 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:53:15,297 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:53:15,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:15,300 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:15,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 20:53:15,304 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:15,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4e33e3a5-b613-4574-893f-27595de1f14c', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e33e3a5-b613-4574-893f-27595de1f14c', 'ID_FS_UUID_ENC': '4e33e3a5-b613-4574-893f-27595de1f14c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918366566'} ; 2024-03-01 20:53:15,308 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:15,309 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:15,313 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:53:15,313 INFO program/MainThread: stderr[47]: 2024-03-01 20:53:15,313 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:53:15,313 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:15,317 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:53:15,318 INFO program/MainThread: stderr[48]: 2024-03-01 20:53:15,318 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:53:15,318 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:15,322 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:53:15,322 INFO program/MainThread: stderr[49]: 2024-03-01 20:53:15,322 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:53:15,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:53:15,334 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,335 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:53:15,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,337 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:53:15,331 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c8645d6d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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 (0x7f4c7856a710) -- name = test_vg3 status = True 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:15,337 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:15,342 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:53:15,342 INFO program/MainThread: stderr[50]: 2024-03-01 20:53:15,342 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:53:15,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:15,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:15,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:53:15,355 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:15,355 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:53:15,359 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,359 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:53:15,363 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,363 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:53:15,363 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:53:15,367 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:15,367 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:53:15,371 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:53:15,371 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:15,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:15,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:15,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:53:15,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:15,389 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:53:15,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:15,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:15,397 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:15,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:15,401 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:15,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:53:15,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:53:15,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:15,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:53:15,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:15,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:15,417 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:15,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:15,421 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:15,421 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:53:15,421 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:53:15,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:15,425 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:15,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:15,429 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:15,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny ' '/dev/disk/by-uuid/31cb2238-0b58-46ec-9c5b-905422a98078 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '31cb2238-0b58-46ec-9c5b-905422a98078', 'ID_FS_UUID_ENC': '31cb2238-0b58-46ec-9c5b-905422a98078', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918022108'} ; 2024-03-01 20:53:15,433 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:15,433 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:15,437 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:53:15,438 INFO program/MainThread: stderr[51]: 2024-03-01 20:53:15,438 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:53:15,438 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:15,442 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:53:15,442 INFO program/MainThread: stderr[52]: 2024-03-01 20:53:15,442 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:53:15,442 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:15,446 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:53:15,446 INFO program/MainThread: stderr[53]: 2024-03-01 20:53:15,446 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:53:15,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:53:15,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,460 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:53:15,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,462 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:53:15,456 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c78548748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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 (0x7f4c7856a710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:15,463 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:15,467 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:53:15,467 INFO program/MainThread: stderr[54]: 2024-03-01 20:53:15,467 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:53:15,472 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:15,476 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:15,476 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:53:15,480 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:15,480 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:53:15,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:53:15,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:53:15,488 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:53:15,492 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:15,492 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:53:15,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:53:15,496 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:15,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:15,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:15,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:53:15,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:53:15,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:53:15,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:15,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:15,522 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:15,525 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:15,526 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:15,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:53:15,530 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:53:15,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:53:15,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:53:15,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:15,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:15,541 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:15,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:15,546 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:15,546 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:53:15,546 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:53:15,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:15,550 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:15,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:15,554 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:15,557 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/d6b69153-2a30-45f6-83b5-b955ab5cfb09 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21 ' '/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_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'ID_FS_UUID_ENC': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917655778'} ; 2024-03-01 20:53:15,558 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:15,558 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:15,562 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:53:15,562 INFO program/MainThread: stderr[55]: 2024-03-01 20:53:15,562 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:53:15,563 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:15,567 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:53:15,567 INFO program/MainThread: stderr[56]: 2024-03-01 20:53:15,567 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:53:15,567 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:15,571 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:53:15,572 INFO program/MainThread: stderr[57]: 2024-03-01 20:53:15,572 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:53:15,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:53:15,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,586 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:15,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:15,588 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:15,581 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c785337f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 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 (0x7f4c7856a710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:15,589 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:15,593 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:53:15,593 INFO program/MainThread: stderr[58]: 2024-03-01 20:53:15,593 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:53:15,598 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:15,602 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:15,602 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:53:15,606 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:15,606 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:53:15,610 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,610 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:53:15,614 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,614 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:53:15,614 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:53:15,618 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:15,618 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:53:15,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:53:15,622 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:15,622 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:15,626 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': '26310001'} ; 2024-03-01 20:53:15,626 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:53:15,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:15,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:15,638 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:53:15,638 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:53:15,638 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:53:15,638 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:53:15,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:53:15,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:53:15,642 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:53:15,645 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:53:15,645 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:53:15,649 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:53:15,649 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:53:15,650 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:53:15,650 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c7853f048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:53:15,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:53:15,657 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:15,657 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:53:15,661 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:15,661 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:53:15,664 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:53:15,668 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:15,668 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:53:15,672 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:53:15,675 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:15,678 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:53:15,682 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 0x7f4c785ff488> 2024-03-01 20:53:18,720 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:53:18,724 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:53:18,724 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:53:18,728 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': '26313400'} ; 2024-03-01 20:53:18,729 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:53:18,729 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:53:18,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:18,740 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:53:18,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:18,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:18,759 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:18,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:53:18,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:53:18,788 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:53:18,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:53:18,791 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:53:18,794 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:53:18,795 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:53:18,798 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:18,799 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:18,799 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:53:18,802 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:53:18,806 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:53:18,809 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:53:18,812 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:53:18,815 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:18,816 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:18,816 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:53:18,817 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:53:18,816 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4c78552fd0) -- 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 0x7f4c785579e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:53:18,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:53:18,825 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:18,825 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:53:18,829 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:18,829 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:53:18,832 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:18,832 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:53:18,836 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:18,836 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:53:18,836 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:53:18,839 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:18,839 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:53:18,843 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:53:18,843 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:18,846 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21 ' '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/d6b69153-2a30-45f6-83b5-b955ab5cfb09', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'ID_FS_UUID_ENC': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917655778'} ; 2024-03-01 20:53:18,846 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:18,847 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:18,851 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:53:18,851 INFO program/MainThread: stderr[59]: 2024-03-01 20:53:18,851 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:53:18,851 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:18,855 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:53:18,855 INFO program/MainThread: stderr[60]: 2024-03-01 20:53:18,855 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:53:18,856 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:18,859 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:53:18,860 INFO program/MainThread: stderr[61]: 2024-03-01 20:53:18,860 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:53:18,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:53:18,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,874 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,875 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,869 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c785337f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c7856a710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:18,876 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:18,880 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:53:18,880 INFO program/MainThread: stderr[62]: 2024-03-01 20:53:18,881 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:53:18,885 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:18,885 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:53:18,889 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-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-uuid/31cb2238-0b58-46ec-9c5b-905422a98078', '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-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '31cb2238-0b58-46ec-9c5b-905422a98078', 'ID_FS_UUID_ENC': '31cb2238-0b58-46ec-9c5b-905422a98078', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918022108'} ; 2024-03-01 20:53:18,889 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:18,889 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:18,893 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:53:18,894 INFO program/MainThread: stderr[63]: 2024-03-01 20:53:18,894 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:53:18,894 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:18,898 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:53:18,898 INFO program/MainThread: stderr[64]: 2024-03-01 20:53:18,898 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:53:18,898 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:18,902 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:53:18,902 INFO program/MainThread: stderr[65]: 2024-03-01 20:53:18,902 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:53:18,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:53:18,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,916 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,917 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,911 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c78548748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c7856a710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:18,918 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:18,922 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:53:18,923 INFO program/MainThread: stderr[66]: 2024-03-01 20:53:18,923 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:53:18,927 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:18,927 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:53:18,930 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4e33e3a5-b613-4574-893f-27595de1f14c', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e33e3a5-b613-4574-893f-27595de1f14c', 'ID_FS_UUID_ENC': '4e33e3a5-b613-4574-893f-27595de1f14c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918366566'} ; 2024-03-01 20:53:18,931 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:18,931 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:18,935 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:53:18,935 INFO program/MainThread: stderr[67]: 2024-03-01 20:53:18,935 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:53:18,935 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:18,939 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:53:18,939 INFO program/MainThread: stderr[68]: 2024-03-01 20:53:18,939 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:53:18,940 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:18,943 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:53:18,943 INFO program/MainThread: stderr[69]: 2024-03-01 20:53:18,943 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:53:18,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:53:18,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,957 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,958 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,952 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c8645d6d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c7856a710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:18,959 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:18,963 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:53:18,964 INFO program/MainThread: stderr[70]: 2024-03-01 20:53:18,964 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:53:18,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:18,968 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:53:18,972 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-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR ' '/dev/disk/by-uuid/2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'ID_FS_UUID_ENC': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918711664'} ; 2024-03-01 20:53:18,972 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:18,972 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:18,976 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:53:18,977 INFO program/MainThread: stderr[71]: 2024-03-01 20:53:18,977 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:53:18,977 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:18,980 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:53:18,981 INFO program/MainThread: stderr[72]: 2024-03-01 20:53:18,981 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:53:18,981 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:18,985 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:53:18,985 INFO program/MainThread: stderr[73]: 2024-03-01 20:53:18,985 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:53:18,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:18,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 20:53:18,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:18,999 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:19,000 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:18,994 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c785a96d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c7856a710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:19,001 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:19,005 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:53:19,006 INFO program/MainThread: stderr[74]: 2024-03-01 20:53:19,006 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:53:19,010 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:19,010 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:53:19,014 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue ' '/dev/disk/by-uuid/699e8a8a-97dd-454e-aeab-8242e97d51cf ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'ID_FS_UUID_ENC': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '919710362'} ; 2024-03-01 20:53:19,014 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:19,014 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:19,018 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:53:19,019 INFO program/MainThread: stderr[75]: 2024-03-01 20:53:19,019 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:53:19,019 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:19,023 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:53:19,023 INFO program/MainThread: stderr[76]: 2024-03-01 20:53:19,023 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:53:19,023 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:19,027 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:53:19,027 INFO program/MainThread: stderr[77]: 2024-03-01 20:53:19,027 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:53:19,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:53:19,039 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:19,039 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:19,040 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:19,041 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:19,036 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c86e16ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c78598518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:19,041 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:19,045 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:53:19,046 INFO program/MainThread: stderr[78]: 2024-03-01 20:53:19,046 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:53:19,050 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:19,050 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:53:19,054 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-uuid/ae388a78-b01e-4ea4-9ab0-250b60dacc66 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2', '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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'ID_FS_UUID_ENC': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920040006'} ; 2024-03-01 20:53:19,054 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:19,054 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:19,058 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:53:19,058 INFO program/MainThread: stderr[79]: 2024-03-01 20:53:19,058 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:53:19,059 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:19,062 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:53:19,063 INFO program/MainThread: stderr[80]: 2024-03-01 20:53:19,063 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:53:19,063 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:19,066 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:53:19,067 INFO program/MainThread: stderr[81]: 2024-03-01 20:53:19,067 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:53:19,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:53:19,079 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:19,080 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:19,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:19,081 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:19,076 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c785a0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c78598518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:19,081 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:19,086 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:53:19,086 INFO program/MainThread: stderr[82]: 2024-03-01 20:53:19,086 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:53:19,090 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:19,090 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:53:19,094 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-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs ' '/dev/disk/by-uuid/edb63193-0727-4c14-9d79-5900d6e8a3bf ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'ID_FS_UUID_ENC': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920950882'} ; 2024-03-01 20:53:19,094 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:19,094 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:19,098 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:53:19,099 INFO program/MainThread: stderr[83]: 2024-03-01 20:53:19,099 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:53:19,099 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:19,103 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:53:19,103 INFO program/MainThread: stderr[84]: 2024-03-01 20:53:19,103 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:53:19,103 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:19,107 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:53:19,107 INFO program/MainThread: stderr[85]: 2024-03-01 20:53:19,107 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:53:19,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 20:53:19,119 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,120 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:19,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,121 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:19,116 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c7857fdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c785f8ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:19,121 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:19,126 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:53:19,126 INFO program/MainThread: stderr[86]: 2024-03-01 20:53:19,126 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:53:19,130 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:19,130 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:53:19,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND ' '/dev/disk/by-uuid/247a4fec-04c5-43bc-bf80-cff296c3a7c7 ' '/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-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'ID_FS_UUID_ENC': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '921287491'} ; 2024-03-01 20:53:19,134 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:19,134 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,139 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:53:19,139 INFO program/MainThread: stderr[87]: 2024-03-01 20:53:19,139 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:53:19,139 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,143 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:53:19,143 INFO program/MainThread: stderr[88]: 2024-03-01 20:53:19,143 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:53:19,143 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,147 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:53:19,147 INFO program/MainThread: stderr[89]: 2024-03-01 20:53:19,148 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:53:19,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:19,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,160 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:19,160 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,161 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:19,156 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c7857ff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c785f8ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:19,162 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,166 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:53:19,166 INFO program/MainThread: stderr[90]: 2024-03-01 20:53:19,166 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:53:19,171 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:19,171 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:53:19,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:19,185 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:19,202 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:53:19,203 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:53:19,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:19,218 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:53:19,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:19,231 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:53:19,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:19,244 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:53:19,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:19,257 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:53:19,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:19,270 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:53:19,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:19,283 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:53:24,208 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3ryxmywi/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:53:24,247 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:24,247 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:53:24,251 INFO program/MainThread: stdout[2]: 2024-03-01 20:53:24,251 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:53:24,251 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:53:24,251 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:53:24,256 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:24,257 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:53:24,261 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:24,261 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:53:24,265 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:24,265 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:53:24,268 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:24,268 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:53:24,280 INFO program/MainThread: stdout: 2024-03-01 20:53:24,280 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:53:24,280 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf 2024-03-01 20:53:24,281 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF 2024-03-01 20:53:24,281 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 247a4fec-04c5-43bc-bf80-cff296c3a7c7 2024-03-01 20:53:24,281 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 2024-03-01 20:53:24,281 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O 2024-03-01 20:53:24,281 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 699e8a8a-97dd-454e-aeab-8242e97d51cf 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ae388a78-b01e-4ea4-9ab0-250b60dacc66 2024-03-01 20:53:24,281 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI 2024-03-01 20:53:24,281 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx 2024-03-01 20:53:24,281 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly 2024-03-01 20:53:24,281 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs d6b69153-2a30-45f6-83b5-b955ab5cfb09 2024-03-01 20:53:24,281 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 31cb2238-0b58-46ec-9c5b-905422a98078 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c 2024-03-01 20:53:24,281 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c 2024-03-01 20:53:24,281 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 2024-03-01 20:53:24,281 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl 2024-03-01 20:53:24,281 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 2024-03-01 20:53:24,281 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:53:24,281 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:53:24,281 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:53:24,281 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:24,281 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:24,281 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf sdb 1073741824 root disk brw-rw---- LVM2_member Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs edb63193-0727-4c14-9d79-5900d6e8a3bf `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 247a4fec-04c5-43bc-bf80-cff296c3a7c7 sdc 1073741824 root disk brw-rw---- LVM2_member ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 sdd 1073741824 root disk brw-rw---- LVM2_member Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 699e8a8a-97dd-454e-aeab-8242e97d51cf `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ae388a78-b01e-4ea4-9ab0-250b60dacc66 sde 1073741824 root disk brw-rw---- LVM2_member YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI sdf 1073741824 root disk brw-rw---- LVM2_member jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx sdg 1073741824 root disk brw-rw---- LVM2_member t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly |-test_vg3-lv8 427819008 root disk brw-rw---- xfs d6b69153-2a30-45f6-83b5-b955ab5cfb09 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 31cb2238-0b58-46ec-9c5b-905422a98078 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c sdh 1073741824 root disk brw-rw---- LVM2_member cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4e33e3a5-b613-4574-893f-27595de1f14c sdi 1073741824 root disk brw-rw---- LVM2_member BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 sdj 1073741824 root disk brw-rw---- LVM2_member mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 2f76e1ef-d17c-482d-ac44-f2e8d5046a48 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:24,282 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:24,282 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:24,282 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:53:24,282 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:24,282 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:53:24,283 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:53:24,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:24,294 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:24,310 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 20:53:24,315 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j ' '/dev/disk/by-id/wwn-0x60014054947502f9b414f748e7eb4749 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934 ' '/dev/disk/by-id/scsi-360014054947502f9b414f748e7eb4749', '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': 'ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j', 'ID_FS_UUID_ENC': 'ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j', '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': '4947502f-9b41-4f74-8e7e-b47492b94934', 'ID_SERIAL': '360014054947502f9b414f748e7eb4749', 'ID_SERIAL_SHORT': '60014054947502f9b414f748e7eb4749', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054947502f9', 'ID_WWN_VENDOR_EXTENSION': '0xb414f748e7eb4749', 'ID_WWN_WITH_EXTENSION': '0x60014054947502f9b414f748e7eb4749', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054947502f9b414f748e7eb4749', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4947502f-9b41-4f74-8e7e-b47492b94934', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471706954'} ; 2024-03-01 20:53:24,315 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:53:24,316 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,351 INFO program/MainThread: stdout[3]: 2024-03-01 20:53:24,351 INFO program/MainThread: stderr[3]: 2024-03-01 20:53:24,351 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:53:24,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,365 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:53:24,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:53:24,371 INFO blivet/MainThread: sda is a disk 2024-03-01 20:53:24,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:53:24,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:53:24,375 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:53:24,379 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:53:24,379 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:53:24,382 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:53:24,383 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:53:24,383 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:53:24,383 INFO blivet/MainThread: got device: DiskDevice instance (0x7efede329c18) -- 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 = 60014054947502f9b414f748e7eb4749 2024-03-01 20:53:24,388 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:53:24,391 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:24,392 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:53:24,395 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:24,395 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:53:24,399 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:24,399 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:53:24,403 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:24,403 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:53:24,406 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:53:24,407 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:53:24,407 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,438 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:24,438 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF. WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:53:24,438 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:53:24,438 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:53:24,443 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j ; label: None ; device: /dev/sda ; serial: 360014054947502f9b414f748e7eb4749 ; exists: True ; vg_name: test_vg1 ; vg_uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; pe_start: 8 MiB ; 2024-03-01 20:53:24,444 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:53:24,447 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:53:24,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:24,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:24,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,461 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,493 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:24,493 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF. WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:53:24,493 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:53:24,493 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:24,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:53:24,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:53:24,505 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:24,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:53:24,509 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:53:24,509 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,541 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:24,541 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF. WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:53:24,541 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:53:24,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:53:24,547 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:53:24,550 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:53:24,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:24,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:24,557 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:24,557 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:24,562 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/scsi-360014052d26346f41424db28961ee83c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2d26346f-4142-4db2-8961-ee83c02758c5 ' '/dev/disk/by-id/wwn-0x60014052d26346f41424db28961ee83c', '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': 'Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF', 'ID_FS_UUID_ENC': 'Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF', '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': '2d26346f-4142-4db2-8961-ee83c02758c5', 'ID_SERIAL': '360014052d26346f41424db28961ee83c', 'ID_SERIAL_SHORT': '60014052d26346f41424db28961ee83c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052d26346f4', 'ID_WWN_VENDOR_EXTENSION': '0x1424db28961ee83c', 'ID_WWN_WITH_EXTENSION': '0x60014052d26346f41424db28961ee83c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052d26346f41424db28961ee83c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2d26346f-4142-4db2-8961-ee83c02758c5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471719916'} ; 2024-03-01 20:53:24,562 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:53:24,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,572 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:53:24,573 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:53:24,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:53:24,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:53:24,577 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:53:24,580 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:53:24,581 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:53:24,584 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:53:24,584 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:53:24,585 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:53:24,585 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1972e8) -- 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 = 60014052d26346f41424db28961ee83c 2024-03-01 20:53:24,589 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:53:24,593 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:24,593 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:53:24,596 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:24,596 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:53:24,600 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:24,600 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:53:24,604 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:24,604 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:53:24,607 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:53:24,607 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:53:24,607 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,637 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:24,637 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). 2024-03-01 20:53:24,637 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:53:24,637 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:53:24,642 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF ; label: None ; device: /dev/sdb ; serial: 360014052d26346f41424db28961ee83c ; exists: True ; vg_name: test_vg1 ; vg_uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:53:24,642 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:53:24,645 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:53:24,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:24,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:24,656 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:53:24,659 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:24,663 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:53:24,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:24,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:24,670 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,702 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:24,702 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5. WARNING: VG test_vg1 is missing PV ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 (last written to /dev/sdc). 2024-03-01 20:53:24,702 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:53:24,702 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:24,702 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:24,708 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb ' '/dev/disk/by-id/wwn-0x6001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-36001405646d97c0a4f44fce8548252dc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_646d97c0-a4f4-4fce-8548-252dc2ea6afb', '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': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'ID_SERIAL': '36001405646d97c0a4f44fce8548252dc', 'ID_SERIAL_SHORT': '6001405646d97c0a4f44fce8548252dc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405646d97c0a', 'ID_WWN_VENDOR_EXTENSION': '0x4f44fce8548252dc', 'ID_WWN_WITH_EXTENSION': '0x6001405646d97c0a4f44fce8548252dc', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405646d97c0a4f44fce8548252dc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '646d97c0-a4f4-4fce-8548-252dc2ea6afb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472441916'} ; 2024-03-01 20:53:24,708 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:53:24,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,719 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:53:24,719 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:53:24,720 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:53:24,720 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:53:24,723 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:53:24,727 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:53:24,727 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:53:24,731 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:53:24,731 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:53:24,732 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:53:24,732 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1978d0) -- 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 = 6001405646d97c0a4f44fce8548252dc 2024-03-01 20:53:24,735 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:53:24,735 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:53:24,739 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/wwn-0x6001405ef708c7aa80b45ee9b9df95ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ef708c7a-a80b-45ee-9b9d-f95ae088dd00 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', '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': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'ID_SERIAL': '36001405ef708c7aa80b45ee9b9df95ae', 'ID_SERIAL_SHORT': '6001405ef708c7aa80b45ee9b9df95ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef708c7aa', 'ID_WWN_VENDOR_EXTENSION': '0x80b45ee9b9df95ae', 'ID_WWN_WITH_EXTENSION': '0x6001405ef708c7aa80b45ee9b9df95ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef708c7aa80b45ee9b9df95ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef708c7a-a80b-45ee-9b9d-f95ae088dd00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472602076'} ; 2024-03-01 20:53:24,739 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:53:24,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,750 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:53:24,751 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:53:24,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:53:24,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:53:24,754 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:53:24,758 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:53:24,758 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:53:24,762 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:53:24,762 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:53:24,763 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:53:24,763 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1a4cc0) -- 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 = 6001405ef708c7aa80b45ee9b9df95ae 2024-03-01 20:53:24,766 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:53:24,766 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:53:24,770 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/wwn-0x6001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_446e52ad-6016-44a1-b244-0ffecb22127f ' '/dev/disk/by-id/scsi-36001405446e52ad601644a1b2440ffec ' '/dev/disk/by-id/lvm-pv-uuid-ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5', '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': 'ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5', 'ID_FS_UUID_ENC': 'ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5', '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': '446e52ad-6016-44a1-b244-0ffecb22127f', 'ID_SERIAL': '36001405446e52ad601644a1b2440ffec', 'ID_SERIAL_SHORT': '6001405446e52ad601644a1b2440ffec', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405446e52ad6', 'ID_WWN_VENDOR_EXTENSION': '0x01644a1b2440ffec', 'ID_WWN_WITH_EXTENSION': '0x6001405446e52ad601644a1b2440ffec', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405446e52ad601644a1b2440ffec', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '446e52ad-6016-44a1-b244-0ffecb22127f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471785988'} ; 2024-03-01 20:53:24,770 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:53:24,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,781 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:53:24,782 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:53:24,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:53:24,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:53:24,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:53:24,789 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:53:24,789 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:53:24,792 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:53:24,793 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:53:24,793 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:53:24,793 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1ac2b0) -- 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 = 6001405446e52ad601644a1b2440ffec 2024-03-01 20:53:24,797 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:53:24,801 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:24,801 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:53:24,804 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:24,805 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:53:24,808 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:24,808 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:53:24,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:24,812 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:53:24,815 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:53:24,815 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:53:24,815 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,844 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:53:24,844 INFO program/MainThread: stderr[9]: 2024-03-01 20:53:24,844 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:53:24,844 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:53:24,849 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 ; label: None ; device: /dev/sdc ; serial: 36001405446e52ad601644a1b2440ffec ; exists: True ; vg_name: test_vg1 ; vg_uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:24,849 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:53:24,853 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:53:24,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:24,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:24,863 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:53:24,867 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:24,870 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:53:24,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y ; incomplete: True ; hidden: False ; 2024-03-01 20:53:24,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:24,878 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:24,906 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:24,906 INFO program/MainThread: stderr[10]: 2024-03-01 20:53:24,906 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:53:24,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:24,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:24,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:53:24,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:24,926 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:53:24,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:24,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:24,934 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:24,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:24,938 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:24,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:53:24,944 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:53:24,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:24,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:53:24,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:24,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:24,955 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:24,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:24,959 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:24,960 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:53:24,960 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:53:24,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:24,963 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:24,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:24,967 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:24,971 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/247a4fec-04c5-43bc-bf80-cff296c3a7c7 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND', '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-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'ID_FS_UUID_ENC': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '921287491'} ; 2024-03-01 20:53:24,971 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:24,972 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:24,976 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:53:24,976 INFO program/MainThread: stderr[11]: 2024-03-01 20:53:24,976 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:53:24,976 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:24,980 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:53:24,980 INFO program/MainThread: stderr[12]: 2024-03-01 20:53:24,980 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:53:24,981 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:24,984 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:53:24,984 INFO program/MainThread: stderr[13]: 2024-03-01 20:53:24,984 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:53:24,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:24,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:53:24,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:24,997 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:53:24,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:24,998 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:53:24,993 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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 (0x7efedd229a58) -- 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 = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:24,998 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:25,002 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:53:25,003 INFO program/MainThread: stderr[14]: 2024-03-01 20:53:25,003 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:53:25,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:25,012 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,012 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:53:25,016 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,016 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:53:25,020 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,020 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:53:25,024 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,024 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:53:25,026 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:53:25,026 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:53:25,030 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:25,030 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:53:25,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:53:25,034 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:25,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:25,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:53:25,052 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:25,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:53:25,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:25,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:25,060 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:25,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:25,065 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:25,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:53:25,069 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:25,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:25,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:53:25,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:25,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:25,081 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:25,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:25,085 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:25,085 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:53:25,085 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:53:25,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:25,089 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:25,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:25,093 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:25,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/edb63193-0727-4c14-9d79-5900d6e8a3bf ' '/dev/disk/by-id/dm-uuid-LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'ID_FS_UUID_ENC': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920950882'} ; 2024-03-01 20:53:25,097 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:25,097 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:25,101 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:53:25,102 INFO program/MainThread: stderr[15]: 2024-03-01 20:53:25,102 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:53:25,102 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:25,105 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:53:25,106 INFO program/MainThread: stderr[16]: 2024-03-01 20:53:25,106 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:53:25,106 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:25,109 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:53:25,110 INFO program/MainThread: stderr[17]: 2024-03-01 20:53:25,110 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:53:25,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:53:25,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:25,122 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:25,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:25,123 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:25,118 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs 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 (0x7efedd229a58) -- name = test_vg1 status = True 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 = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:25,124 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:25,128 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:53:25,128 INFO program/MainThread: stderr[18]: 2024-03-01 20:53:25,128 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:53:25,133 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:25,137 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,137 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:53:25,141 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,141 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:53:25,145 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,145 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:53:25,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:53:25,150 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:53:25,153 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:25,154 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:53:25,157 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:53:25,157 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:25,158 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:25,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/lvm-pv-uuid-Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O ' '/dev/disk/by-id/scsi-36001405cf8801e5c8004ff483be7616f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_cf8801e5-c800-4ff4-83be-7616f1f7d13d', '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': 'Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O', 'ID_FS_UUID_ENC': 'Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O', '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': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'ID_SERIAL': '36001405cf8801e5c8004ff483be7616f', 'ID_SERIAL_SHORT': '6001405cf8801e5c8004ff483be7616f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cf8801e5c', 'ID_WWN_VENDOR_EXTENSION': '0x8004ff483be7616f', 'ID_WWN_WITH_EXTENSION': '0x6001405cf8801e5c8004ff483be7616f', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cf8801e5c8004ff483be7616f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cf8801e5-c800-4ff4-83be-7616f1f7d13d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471837412'} ; 2024-03-01 20:53:25,162 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:53:25,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,173 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:53:25,174 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:53:25,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:53:25,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:53:25,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:53:25,181 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:53:25,181 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:53:25,185 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:53:25,185 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:53:25,186 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:53:25,186 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1c70f0) -- 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 = 6001405cf8801e5c8004ff483be7616f 2024-03-01 20:53:25,189 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:53:25,193 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,193 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:53:25,197 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,197 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:53:25,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,201 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:53:25,204 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,204 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:53:25,207 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:53:25,208 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:53:25,208 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,237 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:25,237 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI. WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:25,237 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:53:25,237 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:53:25,242 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O ; label: None ; device: /dev/sdd ; serial: 36001405cf8801e5c8004ff483be7616f ; exists: True ; vg_name: test_vg2 ; vg_uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:53:25,242 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:53:25,246 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:53:25,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:25,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,259 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,288 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 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=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:25,288 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI. WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:25,288 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:53:25,288 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:25,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:53:25,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:53:25,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:25,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:53:25,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:53:25,302 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,333 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:25,333 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI. WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:25,333 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:53:25,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:53:25,339 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:53:25,342 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:53:25,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:53:25,349 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:25,349 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:25,352 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7 ' '/dev/disk/by-id/wwn-0x6001405f7ac99be1a1f492aae4834e7b ' '/dev/disk/by-id/scsi-36001405f7ac99be1a1f492aae4834e7b', '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': 'YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI', 'ID_FS_UUID_ENC': 'YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI', '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': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'ID_SERIAL': '36001405f7ac99be1a1f492aae4834e7b', 'ID_SERIAL_SHORT': '6001405f7ac99be1a1f492aae4834e7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7ac99be1', 'ID_WWN_VENDOR_EXTENSION': '0xa1f492aae4834e7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f7ac99be1a1f492aae4834e7b', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7ac99be1a1f492aae4834e7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7ac99be-1a1f-492a-ae48-34e7b6144fa7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '471905470'} ; 2024-03-01 20:53:25,353 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:53:25,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,364 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:53:25,365 INFO blivet/MainThread: sde is a disk 2024-03-01 20:53:25,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:53:25,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:53:25,368 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:53:25,372 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:53:25,372 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:53:25,375 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:53:25,376 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:53:25,376 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:53:25,376 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1c5780) -- 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 = 6001405f7ac99be1a1f492aae4834e7b 2024-03-01 20:53:25,380 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:53:25,384 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,384 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:53:25,387 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,387 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:53:25,391 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,391 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:53:25,395 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,395 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:53:25,398 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:53:25,398 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:53:25,398 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","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 20:53:25,430 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:25,430 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:25,430 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:53:25,430 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:53:25,435 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI ; label: None ; device: /dev/sde ; serial: 36001405f7ac99be1a1f492aae4834e7b ; exists: True ; vg_name: test_vg2 ; vg_uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:25,435 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:53:25,439 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:53:25,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:53:25,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:53:25,453 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:25,456 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:53:25,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:25,463 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,493 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:25,493 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx. WARNING: VG test_vg2 is missing PV jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx (last written to /dev/sdf). 2024-03-01 20:53:25,493 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:53:25,493 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:25,493 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:25,498 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/lvm-pv-uuid-jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx ' '/dev/disk/by-id/wwn-0x6001405659c17fba7684c8ab1220c6f1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_659c17fb-a768-4c8a-b122-0c6f17d5fd6c ' '/dev/disk/by-id/scsi-36001405659c17fba7684c8ab1220c6f1', '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': 'jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx', 'ID_FS_UUID_ENC': 'jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx', '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': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'ID_SERIAL': '36001405659c17fba7684c8ab1220c6f1', 'ID_SERIAL_SHORT': '6001405659c17fba7684c8ab1220c6f1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659c17fba', 'ID_WWN_VENDOR_EXTENSION': '0x7684c8ab1220c6f1', 'ID_WWN_WITH_EXTENSION': '0x6001405659c17fba7684c8ab1220c6f1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659c17fba7684c8ab1220c6f1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '659c17fb-a768-4c8a-b122-0c6f17d5fd6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472052331'} ; 2024-03-01 20:53:25,499 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:53:25,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,511 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:53:25,511 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:53:25,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:53:25,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:53:25,515 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:53:25,518 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:53:25,519 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:53:25,522 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:53:25,523 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:53:25,523 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:53:25,523 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1c5630) -- 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 = 6001405659c17fba7684c8ab1220c6f1 2024-03-01 20:53:25,527 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:53:25,531 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,531 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:53:25,535 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,535 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:53:25,539 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,539 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:53:25,542 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,542 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:53:25,546 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:53:25,546 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:53:25,546 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,576 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:53:25,576 INFO program/MainThread: stderr[24]: 2024-03-01 20:53:25,576 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:53:25,576 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:53:25,581 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx ; label: None ; device: /dev/sdf ; serial: 36001405659c17fba7684c8ab1220c6f1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:25,581 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:53:25,585 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:53:25,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:25,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:53:25,599 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:25,603 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:53:25,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:25,610 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,640 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:25,640 INFO program/MainThread: stderr[25]: 2024-03-01 20:53:25,640 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:53:25,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:25,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:53:25,660 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:25,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:53:25,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:25,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:25,668 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:25,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:25,672 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:25,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:53:25,676 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:53:25,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:25,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:53:25,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:25,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:25,688 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:25,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:25,692 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:25,693 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:53:25,693 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:53:25,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:25,697 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:25,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 20:53:25,701 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:25,705 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/ae388a78-b01e-4ea4-9ab0-250b60dacc66 ' '/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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'ID_FS_UUID_ENC': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920040006'} ; 2024-03-01 20:53:25,705 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:25,705 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:25,709 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:53:25,709 INFO program/MainThread: stderr[26]: 2024-03-01 20:53:25,710 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:53:25,710 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:25,713 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:53:25,714 INFO program/MainThread: stderr[27]: 2024-03-01 20:53:25,714 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:53:25,714 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:25,718 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:53:25,718 INFO program/MainThread: stderr[28]: 2024-03-01 20:53:25,718 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:53:25,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:53:25,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:25,730 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:25,731 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:25,731 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:25,727 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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 (0x7efedd1c54a8) -- 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 = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:25,732 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:25,736 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:53:25,736 INFO program/MainThread: stderr[29]: 2024-03-01 20:53:25,736 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:53:25,741 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:25,746 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,746 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:53:25,750 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,750 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:53:25,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,754 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:53:25,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:53:25,758 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:53:25,762 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:25,762 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:53:25,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:53:25,766 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:25,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:25,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:53:25,796 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:25,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:53:25,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:25,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:25,804 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:25,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:25,808 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:25,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:53:25,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:25,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:25,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:53:25,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:25,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:25,824 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:25,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:25,828 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:25,829 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:53:25,829 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:53:25,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:25,832 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:25,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:25,836 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:25,840 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/699e8a8a-97dd-454e-aeab-8242e97d51cf ' '/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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'ID_FS_UUID_ENC': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '919710362'} ; 2024-03-01 20:53:25,840 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:25,841 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:25,845 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:53:25,845 INFO program/MainThread: stderr[30]: 2024-03-01 20:53:25,845 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:53:25,845 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:25,849 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:53:25,849 INFO program/MainThread: stderr[31]: 2024-03-01 20:53:25,850 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:53:25,850 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:25,853 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:53:25,854 INFO program/MainThread: stderr[32]: 2024-03-01 20:53:25,854 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:53:25,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:53:25,865 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:25,866 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:25,867 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:25,867 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:25,863 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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 (0x7efedd1c54a8) -- name = test_vg2 status = 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 = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:25,868 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:25,872 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:53:25,872 INFO program/MainThread: stderr[33]: 2024-03-01 20:53:25,873 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:53:25,877 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:25,881 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,882 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:53:25,885 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,885 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:53:25,889 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,889 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:53:25,893 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,894 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:53:25,894 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:53:25,898 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:25,898 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:53:25,901 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:53:25,902 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:25,902 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:25,906 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c844b9b86b1441ae900f17234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/lvm-pv-uuid-t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_c844b9b8-6b14-41ae-900f-172341af51e7 ' '/dev/disk/by-id/scsi-36001405c844b9b86b1441ae900f17234', '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': 't03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly', 'ID_FS_UUID_ENC': 't03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly', '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': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'ID_SERIAL': '36001405c844b9b86b1441ae900f17234', 'ID_SERIAL_SHORT': '6001405c844b9b86b1441ae900f17234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c844b9b86', 'ID_WWN_VENDOR_EXTENSION': '0xb1441ae900f17234', 'ID_WWN_WITH_EXTENSION': '0x6001405c844b9b86b1441ae900f17234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c844b9b86b1441ae900f17234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c844b9b8-6b14-41ae-900f-172341af51e7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472110913'} ; 2024-03-01 20:53:25,906 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:53:25,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:25,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:25,918 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:53:25,918 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:53:25,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:53:25,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:53:25,922 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:53:25,926 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:53:25,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 20:53:25,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 20:53:25,930 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:53:25,930 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:53:25,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1acf60) -- 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 = 6001405c844b9b86b1441ae900f17234 2024-03-01 20:53:25,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:53:25,938 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:25,938 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:53:25,942 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:25,942 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:53:25,945 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,945 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:53:25,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:25,949 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:53:25,952 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:53:25,952 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:53:25,953 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:25,983 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:25,983 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p. WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:25,983 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:53:25,983 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:53:25,988 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly ; label: None ; device: /dev/sdg ; serial: 36001405c844b9b86b1441ae900f17234 ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:53:25,988 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:53:25,992 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:53:25,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:25,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:26,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,005 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,036 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 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=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 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=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:26,036 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p. WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:26,036 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:53:26,036 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:26,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:53:26,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:53:26,046 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:26,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:53:26,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:53:26,050 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,084 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:26,084 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p. WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:26,084 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:53:26,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:53:26,090 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:53:26,093 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:53:26,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,100 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:26,100 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:26,104 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/wwn-0x6001405f8dd139c590243c480bf69453 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d ' '/dev/disk/by-id/scsi-36001405f8dd139c590243c480bf69453', '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': 'cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p', 'ID_FS_UUID_ENC': 'cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p', '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': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'ID_SERIAL': '36001405f8dd139c590243c480bf69453', 'ID_SERIAL_SHORT': '6001405f8dd139c590243c480bf69453', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f8dd139c5', 'ID_WWN_VENDOR_EXTENSION': '0x90243c480bf69453', 'ID_WWN_WITH_EXTENSION': '0x6001405f8dd139c590243c480bf69453', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f8dd139c590243c480bf69453', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f8dd139c-5902-43c4-80bf-69453175aa8d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472185510'} ; 2024-03-01 20:53:26,104 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:53:26,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,116 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:53:26,117 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:53:26,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:53:26,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:53:26,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:53:26,125 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:53:26,125 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:53:26,128 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:53:26,129 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:53:26,129 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:53:26,129 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd197dd8) -- 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 = 6001405f8dd139c590243c480bf69453 2024-03-01 20:53:26,133 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:53:26,137 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,137 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:53:26,140 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,141 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:53:26,144 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,144 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:53:26,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:53:26,151 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:53:26,151 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:53:26,152 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/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,182 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:26,182 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:26,182 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:53:26,182 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:53:26,187 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p ; label: None ; device: /dev/sdh ; serial: 36001405f8dd139c590243c480bf69453 ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; 2024-03-01 20:53:26,187 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:53:26,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:53:26,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,202 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:53:26,205 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:26,209 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:53:26,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,216 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/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,247 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:26,247 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S. WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:26,247 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:53:26,248 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:26,248 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:26,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S ' '/dev/disk/by-id/wwn-0x6001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c ' '/dev/disk/by-id/scsi-36001405275d1c961b834308a22031763 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_275d1c96-1b83-4308-a220-31763175733c', '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': 'BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S', 'ID_FS_UUID_ENC': 'BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S', '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': '275d1c96-1b83-4308-a220-31763175733c', 'ID_SERIAL': '36001405275d1c961b834308a22031763', 'ID_SERIAL_SHORT': '6001405275d1c961b834308a22031763', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405275d1c961', 'ID_WWN_VENDOR_EXTENSION': '0xb834308a22031763', 'ID_WWN_WITH_EXTENSION': '0x6001405275d1c961b834308a22031763', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405275d1c961b834308a22031763', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '275d1c96-1b83-4308-a220-31763175733c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472387365'} ; 2024-03-01 20:53:26,253 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:53:26,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,265 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:53:26,266 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:53:26,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:53:26,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:53:26,270 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:53:26,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:53:26,273 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:53:26,277 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:53:26,277 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:53:26,278 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:53:26,278 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1a46d8) -- 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 = 6001405275d1c961b834308a22031763 2024-03-01 20:53:26,282 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:53:26,286 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,286 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:53:26,289 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,289 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:53:26,293 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,293 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:53:26,297 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,297 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:53:26,300 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:53:26,300 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:53:26,300 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/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,332 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:26,332 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:26,332 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:53:26,333 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:53:26,337 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S ; label: None ; device: /dev/sdi ; serial: 36001405275d1c961b834308a22031763 ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; 2024-03-01 20:53:26,337 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:53:26,341 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:53:26,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:53:26,356 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:26,359 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:53:26,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,366 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/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,398 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:26,398 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl. WARNING: VG test_vg3 is missing PV mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:53:26,398 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:53:26,399 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:26,399 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:26,404 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/wwn-0x60014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-360014053403b08358c444ab939ec21fb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053 ' '/dev/disk/by-id/lvm-pv-uuid-mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl', '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': 'mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl', 'ID_FS_UUID_ENC': 'mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl', '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': '3403b083-58c4-44ab-939e-c21fbfc60053', 'ID_SERIAL': '360014053403b08358c444ab939ec21fb', 'ID_SERIAL_SHORT': '60014053403b08358c444ab939ec21fb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053403b0835', 'ID_WWN_VENDOR_EXTENSION': '0x8c444ab939ec21fb', 'ID_WWN_WITH_EXTENSION': '0x60014053403b08358c444ab939ec21fb', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053403b08358c444ab939ec21fb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_PORT_NAME': 'naa.5001405e8080fc3e,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3403b083-58c4-44ab-939e-c21fbfc60053', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405e8080fc3e', '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': '472469715'} ; 2024-03-01 20:53:26,404 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:53:26,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,416 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:53:26,417 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:53:26,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:53:26,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:53:26,421 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:53:26,424 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:53:26,424 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:53:26,428 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:53:26,428 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:53:26,429 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:53:26,429 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd1d6630) -- 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 = 60014053403b08358c444ab939ec21fb 2024-03-01 20:53:26,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:53:26,436 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,437 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:53:26,440 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,441 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:53:26,444 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,444 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:53:26,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:53:26,451 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:53:26,451 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:53:26,452 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/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,483 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ulos2X-Z0tl-Cxu5-Z2ej-r13C-FpHg-4I932j LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Vo0X7W-oeXP-MpZX-mrm2-Vo4u-4oQa-bnLvCF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ZBorqL-9R12-vd5C-nJbR-wqhG-5232-nLikj5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Acxq0q-mdMm-jY9x-klnQ-0qC5-nzIn-YClK4O LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=YvpC5Z-jrAj-r1Ap-Y0u2-kVwU-SpsG-E4DIoI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=jM1Uhg-hJHl-4uSi-mfxz-klLt-TfSP-8AeiKx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=t03DfL-NCfC-WQXl-BWgn-GTJh-eJR8-WEC7Ly LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=cBt43A-gxLz-AMuz-rBfl-cCvo-ToKK-UV7z5p LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=BYhZyf-82rn-yj3z-gmTq-8rfR-wbsH-bqBT1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_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=mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:53:26,483 INFO program/MainThread: stderr[41]: 2024-03-01 20:53:26,483 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:53:26,484 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:53:26,488 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mUi2ru-raNz-vi3c-mtKa-wb8W-gWdD-FYscGl ; label: None ; device: /dev/sdj ; serial: 360014053403b08358c444ab939ec21fb ; exists: True ; vg_name: test_vg3 ; vg_uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:53:26,488 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:53:26,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:53:26,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:53:26,506 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:26,510 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:53:26,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:26,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:26,517 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/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:26,549 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND 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=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 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=weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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=x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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=kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:26,549 INFO program/MainThread: stderr[42]: 2024-03-01 20:53:26,549 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:53:26,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:26,565 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:53:26,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:26,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:53:26,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:26,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:26,577 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:26,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:26,582 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:26,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:53:26,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:53:26,591 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:26,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:53:26,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:26,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:26,598 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:26,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:26,603 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:26,603 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:53:26,603 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:53:26,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:26,607 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:26,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:26,611 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:26,615 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/2f76e1ef-d17c-482d-ac44-f2e8d5046a48 ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'ID_FS_UUID_ENC': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918711664'} ; 2024-03-01 20:53:26,615 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:26,615 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:26,619 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:53:26,620 INFO program/MainThread: stderr[43]: 2024-03-01 20:53:26,620 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:53:26,620 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:26,624 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:53:26,624 INFO program/MainThread: stderr[44]: 2024-03-01 20:53:26,624 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:53:26,624 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:26,628 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:53:26,628 INFO program/MainThread: stderr[45]: 2024-03-01 20:53:26,628 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:53:26,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:53:26,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,641 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:53:26,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,642 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:53:26,637 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR 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 (0x7efedd197668) -- 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:26,643 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:26,647 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:53:26,647 INFO program/MainThread: stderr[46]: 2024-03-01 20:53:26,647 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:53:26,652 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:26,656 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,656 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:53:26,661 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,661 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:53:26,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:53:26,669 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,669 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:53:26,669 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:53:26,673 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:26,673 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:53:26,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:53:26,677 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:26,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:26,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:53:26,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:53:26,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:53:26,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:26,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:26,704 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:26,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:26,708 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:26,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:53:26,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:26,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:53:26,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:53:26,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:26,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:26,724 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:26,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 20:53:26,728 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:26,728 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:53:26,729 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:53:26,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:26,732 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:26,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:26,736 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:26,740 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4e33e3a5-b613-4574-893f-27595de1f14c ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e33e3a5-b613-4574-893f-27595de1f14c', 'ID_FS_UUID_ENC': '4e33e3a5-b613-4574-893f-27595de1f14c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918366566'} ; 2024-03-01 20:53:26,741 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:26,741 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:26,745 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:53:26,745 INFO program/MainThread: stderr[47]: 2024-03-01 20:53:26,745 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:53:26,745 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:26,749 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:53:26,749 INFO program/MainThread: stderr[48]: 2024-03-01 20:53:26,749 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:53:26,750 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:26,753 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:53:26,753 INFO program/MainThread: stderr[49]: 2024-03-01 20:53:26,754 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:53:26,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:53:26,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,767 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:53:26,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,768 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:53:26,763 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF 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 (0x7efedd197668) -- name = test_vg3 status = True 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:26,769 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:26,773 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:53:26,773 INFO program/MainThread: stderr[50]: 2024-03-01 20:53:26,773 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:53:26,778 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:26,782 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,782 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:53:26,786 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,787 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:53:26,790 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,790 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:53:26,794 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,795 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:53:26,795 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:53:26,799 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:26,799 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:53:26,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:53:26,803 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:26,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:26,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:53:26,821 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:26,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:53:26,825 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:26,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:26,830 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:26,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 20:53:26,834 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:26,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:53:26,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:53:26,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:26,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:53:26,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:26,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:26,850 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:26,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:26,854 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:26,855 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:53:26,855 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:53:26,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:26,859 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:26,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:26,864 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:26,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/31cb2238-0b58-46ec-9c5b-905422a98078 ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '31cb2238-0b58-46ec-9c5b-905422a98078', 'ID_FS_UUID_ENC': '31cb2238-0b58-46ec-9c5b-905422a98078', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918022108'} ; 2024-03-01 20:53:26,868 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:26,869 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,873 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:53:26,873 INFO program/MainThread: stderr[51]: 2024-03-01 20:53:26,873 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:53:26,873 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,877 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:53:26,877 INFO program/MainThread: stderr[52]: 2024-03-01 20:53:26,877 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:53:26,877 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,881 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:53:26,881 INFO program/MainThread: stderr[53]: 2024-03-01 20:53:26,881 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:53:26,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:53:26,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,894 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:53:26,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,896 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:53:26,890 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny 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 (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:26,897 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,901 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:53:26,901 INFO program/MainThread: stderr[54]: 2024-03-01 20:53:26,901 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:53:26,906 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:26,910 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,910 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:53:26,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,914 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:53:26,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:53:26,922 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,922 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:53:26,922 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:53:26,926 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:26,926 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:53:26,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:53:26,930 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:26,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:26,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:53:26,948 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:53:26,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:53:26,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:26,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:26,956 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:26,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:26,960 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:26,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:53:26,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:53:26,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:53:26,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:53:26,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:26,975 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:26,976 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:26,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:26,980 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:26,980 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:53:26,980 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:53:26,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:26,984 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:26,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:26,988 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:26,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21 ' '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/d6b69153-2a30-45f6-83b5-b955ab5cfb09', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'ID_FS_UUID_ENC': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917655778'} ; 2024-03-01 20:53:26,992 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:26,992 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:26,996 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:53:26,997 INFO program/MainThread: stderr[55]: 2024-03-01 20:53:26,997 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:53:26,997 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:27,001 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:53:27,001 INFO program/MainThread: stderr[56]: 2024-03-01 20:53:27,001 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:53:27,001 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:27,005 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:53:27,005 INFO program/MainThread: stderr[57]: 2024-03-01 20:53:27,005 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:53:27,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:53:27,018 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,019 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:27,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,020 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:27,014 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 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 (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:27,021 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:27,025 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:53:27,026 INFO program/MainThread: stderr[58]: 2024-03-01 20:53:27,026 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:53:27,030 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:27,034 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:27,035 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:53:27,038 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:27,038 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:53:27,042 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:27,042 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:53:27,046 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:27,046 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:53:27,047 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:53:27,050 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:27,050 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:53:27,054 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:53:27,054 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:27,055 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:27,058 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': '26310001'} ; 2024-03-01 20:53:27,058 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:53:27,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,070 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:53:27,070 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:53:27,070 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:53:27,070 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:53:27,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:53:27,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:53:27,074 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:53:27,077 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:53:27,078 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:53:27,081 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:53:27,082 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:53:27,082 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:53:27,082 INFO blivet/MainThread: got device: DiskDevice instance (0x7efedd16c048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:53:27,086 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:53:27,089 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:27,089 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:53:27,093 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:27,093 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:53:27,097 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:27,097 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:53:27,100 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:27,100 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:53:27,104 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:53:27,107 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:27,110 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:53:27,114 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 0x7efedd16b308> 2024-03-01 20:53:30,093 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:53:30,097 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:53:30,102 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': '26313400'} ; 2024-03-01 20:53:30,102 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:53:30,102 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:53:30,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,114 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:53:30,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,135 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:53:30,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:53:30,162 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:53:30,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:53:30,166 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:53:30,169 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:53:30,169 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:53:30,173 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:30,173 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:30,174 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:53:30,177 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:53:30,180 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:53:30,183 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:53:30,187 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:53:30,190 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:30,191 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:30,191 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:53:30,192 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:53:30,191 INFO blivet/MainThread: got device: PartitionDevice instance (0x7efedd17eef0) -- 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 0x7efedd1849e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:53:30,196 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:53:30,200 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:30,200 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:53:30,203 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:30,203 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:53:30,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:30,207 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:53:30,211 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:30,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:53:30,211 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:53:30,214 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:30,214 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:53:30,217 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:53:30,218 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:30,221 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/d6b69153-2a30-45f6-83b5-b955ab5cfb09 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3kAb0fF77F3CPXkCAa665Qx17xSyAzQ21', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'ID_FS_UUID_ENC': 'd6b69153-2a30-45f6-83b5-b955ab5cfb09', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917655778'} ; 2024-03-01 20:53:30,221 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:30,222 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:30,226 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:53:30,226 INFO program/MainThread: stderr[59]: 2024-03-01 20:53:30,226 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:53:30,226 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:30,230 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:53:30,230 INFO program/MainThread: stderr[60]: 2024-03-01 20:53:30,230 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:53:30,230 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:30,234 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:53:30,234 INFO program/MainThread: stderr[61]: 2024-03-01 20:53:30,234 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:53:30,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:53:30,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,248 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,249 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,243 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,250 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:30,254 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:53:30,254 INFO program/MainThread: stderr[62]: 2024-03-01 20:53:30,254 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:53:30,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:30,259 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:53:30,263 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-uuid/31cb2238-0b58-46ec-9c5b-905422a98078 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3x89KYZGIW7UsgAcOH69RruyMlFZ2Emny', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '31cb2238-0b58-46ec-9c5b-905422a98078', 'ID_FS_UUID_ENC': '31cb2238-0b58-46ec-9c5b-905422a98078', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918022108'} ; 2024-03-01 20:53:30,263 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:30,263 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:30,267 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:53:30,267 INFO program/MainThread: stderr[63]: 2024-03-01 20:53:30,267 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:53:30,268 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:30,271 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:53:30,271 INFO program/MainThread: stderr[64]: 2024-03-01 20:53:30,271 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:53:30,271 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:30,275 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:53:30,275 INFO program/MainThread: stderr[65]: 2024-03-01 20:53:30,275 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:53:30,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:53:30,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,289 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,290 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,284 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,291 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:30,295 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:53:30,296 INFO program/MainThread: stderr[66]: 2024-03-01 20:53:30,296 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:53:30,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:30,300 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:53:30,303 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4e33e3a5-b613-4574-893f-27595de1f14c ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA37j2h5rfi8pPIocCygNA6fGMzeBf65FeF', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e33e3a5-b613-4574-893f-27595de1f14c', 'ID_FS_UUID_ENC': '4e33e3a5-b613-4574-893f-27595de1f14c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918366566'} ; 2024-03-01 20:53:30,304 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:30,304 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:30,308 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:53:30,308 INFO program/MainThread: stderr[67]: 2024-03-01 20:53:30,308 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:53:30,308 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:30,312 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:53:30,312 INFO program/MainThread: stderr[68]: 2024-03-01 20:53:30,312 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:53:30,312 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:30,316 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:53:30,316 INFO program/MainThread: stderr[69]: 2024-03-01 20:53:30,316 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:53:30,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:53:30,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,330 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,331 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,325 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:30,332 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:30,336 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:53:30,336 INFO program/MainThread: stderr[70]: 2024-03-01 20:53:30,336 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:53:30,341 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:30,341 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:53:30,344 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2f76e1ef-d17c-482d-ac44-f2e8d5046a48 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CY4MsQNIuyLuc76kzGv3892yQVVfxJA3dAIqHWOkvjlbqwQdi4SbyOizIWneTJNR', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'ID_FS_UUID_ENC': '2f76e1ef-d17c-482d-ac44-f2e8d5046a48', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '918711664'} ; 2024-03-01 20:53:30,344 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:30,345 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:30,349 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:53:30,349 INFO program/MainThread: stderr[71]: 2024-03-01 20:53:30,349 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:53:30,349 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:30,353 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:53:30,353 INFO program/MainThread: stderr[72]: 2024-03-01 20:53:30,353 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:53:30,353 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:30,357 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:53:30,357 INFO program/MainThread: stderr[73]: 2024-03-01 20:53:30,357 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:53:30,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 20:53:30,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,371 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,372 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:30,366 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:30,373 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:30,377 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:53:30,377 INFO program/MainThread: stderr[74]: 2024-03-01 20:53:30,377 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:53:30,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:30,382 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:53:30,385 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/699e8a8a-97dd-454e-aeab-8242e97d51cf ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue', '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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5weZB7BOh7UGdkMQpdfK8ANNaBk2Njgue', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'ID_FS_UUID_ENC': '699e8a8a-97dd-454e-aeab-8242e97d51cf', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '919710362'} ; 2024-03-01 20:53:30,385 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:30,386 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:30,390 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:53:30,390 INFO program/MainThread: stderr[75]: 2024-03-01 20:53:30,390 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:53:30,390 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:30,394 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:53:30,394 INFO program/MainThread: stderr[76]: 2024-03-01 20:53:30,394 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:53:30,394 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:30,398 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:53:30,398 INFO program/MainThread: stderr[77]: 2024-03-01 20:53:30,398 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:53:30,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:53:30,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:30,411 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:30,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:30,412 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:30,407 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:30,412 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:30,416 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:53:30,417 INFO program/MainThread: stderr[78]: 2024-03-01 20:53:30,417 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:53:30,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:30,421 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:53:30,425 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/ae388a78-b01e-4ea4-9ab0-250b60dacc66 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2', '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-0B3e0pcXUJdVHZgx5Lmx0hLVEzpDYdr5HafEg1SI95efeJAD35NirEXVgf3sQ9j2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'ID_FS_UUID_ENC': 'ae388a78-b01e-4ea4-9ab0-250b60dacc66', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920040006'} ; 2024-03-01 20:53:30,425 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:30,425 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:30,429 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:53:30,429 INFO program/MainThread: stderr[79]: 2024-03-01 20:53:30,430 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:53:30,430 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:30,433 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:53:30,434 INFO program/MainThread: stderr[80]: 2024-03-01 20:53:30,434 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:53:30,434 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:30,438 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:53:30,438 INFO program/MainThread: stderr[81]: 2024-03-01 20:53:30,438 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:53:30,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:53:30,450 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:30,450 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:30,451 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:30,452 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:30,447 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:30,452 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:30,456 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:53:30,457 INFO program/MainThread: stderr[82]: 2024-03-01 20:53:30,457 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:53:30,461 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:30,461 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:53:30,464 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/edb63193-0727-4c14-9d79-5900d6e8a3bf ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5yIWLGMGGe7Ejpm55rTYOsWLH9Yyo33Kqs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'ID_FS_UUID_ENC': 'edb63193-0727-4c14-9d79-5900d6e8a3bf', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '920950882'} ; 2024-03-01 20:53:30,465 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:30,465 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:30,469 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:53:30,469 INFO program/MainThread: stderr[83]: 2024-03-01 20:53:30,469 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:53:30,470 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:30,473 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:53:30,473 INFO program/MainThread: stderr[84]: 2024-03-01 20:53:30,474 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:53:30,474 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:30,477 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:53:30,478 INFO program/MainThread: stderr[85]: 2024-03-01 20:53:30,478 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:53:30,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 20:53:30,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,490 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,491 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,487 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,492 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:30,496 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:53:30,496 INFO program/MainThread: stderr[86]: 2024-03-01 20:53:30,496 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:53:30,500 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:30,501 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:53:30,504 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-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND ' '/dev/disk/by-uuid/247a4fec-04c5-43bc-bf80-cff296c3a7c7 ' '/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-zGNNt8vUVmC3afSpN0T3c4jJ1SR1LJ5ysMp7T7ctIGX6QH2k4XBUHa62ZbQroSND', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'ID_FS_UUID_ENC': '247a4fec-04c5-43bc-bf80-cff296c3a7c7', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '921287491'} ; 2024-03-01 20:53:30,504 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:30,505 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:30,509 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:53:30,509 INFO program/MainThread: stderr[87]: 2024-03-01 20:53:30,509 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:53:30,509 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:30,513 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:53:30,513 INFO program/MainThread: stderr[88]: 2024-03-01 20:53:30,513 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:53:30,513 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:30,517 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:53:30,517 INFO program/MainThread: stderr[89]: 2024-03-01 20:53:30,517 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:53:30,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:30,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,529 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,530 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,526 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,531 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:30,535 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:53:30,535 INFO program/MainThread: stderr[90]: 2024-03-01 20:53:30,535 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:53:30,540 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:30,540 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:53:30,540 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,555 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,571 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:53:30,572 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:53:30,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:30,587 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:53:30,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:30,600 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:53:30,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:30,613 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:53:30,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:30,626 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:53:30,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:30,639 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:53:30,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:30,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:30,652 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:53:30,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,659 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:53:30,659 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,660 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,660 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,660 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,661 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,661 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,662 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,662 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,662 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,663 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,663 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,664 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:30,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:30,670 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:53:30,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:53:30,676 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:53:30,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:53:30,682 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:53:30,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:30,689 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:53:30,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,692 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,694 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,697 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,698 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,702 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,703 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,706 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,707 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,708 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,703 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,711 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,712 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,716 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,717 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,720 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,722 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,725 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,726 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,729 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,730 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,731 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,734 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,735 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,739 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,740 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,744 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,745 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,748 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,749 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,753 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,754 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,757 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,759 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,762 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,763 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,767 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,768 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,771 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,772 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,776 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,777 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,780 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,781 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,785 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,786 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,789 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,791 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,795 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,799 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,799 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,800 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,802 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,803 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,804 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,807 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,808 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,812 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,812 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,814 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,816 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,817 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,822 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,823 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,826 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,827 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,830 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,831 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,832 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,835 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,835 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,836 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,836 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:30,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1acf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = sMp7T7-ctIG-X6QH-2k4X-BUHa-62Zb-QroSND size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:53:30,837 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:53:30,840 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:30,841 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:30,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 20:53:30,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:53:30,845 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:30,845 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 20:53:30,849 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:53:30,850 INFO program/MainThread: stderr[91]: 2024-03-01 20:53:30,850 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:53:30,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 20:53:30,855 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:53:30,855 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:30,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 20:53:30,862 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:53:30,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,865 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,866 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,869 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,870 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,871 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,874 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,875 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,879 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,880 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,876 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,883 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,880 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,888 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,893 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,896 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,897 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,900 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,905 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,910 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,913 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,914 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,917 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,917 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,921 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,922 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,919 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,926 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,927 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,931 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,932 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,935 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,939 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,945 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,949 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,953 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,958 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,962 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,966 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,970 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,971 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,974 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,975 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,979 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,979 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,980 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,984 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,995 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:30,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:30,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:31,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:30,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:31,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:31,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:31,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:31,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:53:31,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IWLGMG-Ge7E-jpm5-5rTY-OsWL-H9Yy-o33Kqs size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd229a58) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = zGNNt8-vUVm-C3af-SpN0-T3c4-jJ1S-R1LJ5y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:53:31,006 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 20:53:31,009 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:31,009 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 20:53:31,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 20:53:31,015 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:31,019 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:31,019 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 20:53:31,019 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:31,019 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 20:53:31,019 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:53:31,024 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:53:31,024 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,028 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:53:31,031 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:53:31,034 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:53:31,034 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:53:31,034 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:31,034 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:53:31,034 DEBUG blivet/MainThread: removing sda 2024-03-01 20:53:31,037 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:31,037 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:53:31,041 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:31,041 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:53:31,044 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:31,044 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,045 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:53:31,048 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:53:31,048 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:31,048 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:53:31,048 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:53:31,051 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:31,051 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 20:53:31,054 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:53:31,054 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:31,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,061 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 20:53:31,061 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,062 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,062 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,062 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,063 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,063 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,063 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,064 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,064 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,065 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,065 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,065 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:31,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 20:53:31,072 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:53:31,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 20:53:31,078 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:53:31,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 20:53:31,084 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:53:31,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:53:31,091 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:53:31,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,094 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,095 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,098 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,099 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,100 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,103 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,103 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,104 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,107 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,108 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,109 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,112 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,112 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,113 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,116 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,117 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,117 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,118 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,126 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,126 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,127 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,131 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,132 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,135 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,136 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,136 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,140 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,140 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,141 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,144 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,144 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,145 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,149 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,149 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,150 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,153 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,154 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,155 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,158 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,158 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,159 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,163 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,163 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,164 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,167 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,167 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,168 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,168 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,171 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,172 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,172 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,173 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,176 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,177 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,178 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,180 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,181 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,182 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,186 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,186 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,187 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,190 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,190 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,191 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,192 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,194 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,195 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,195 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,196 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,199 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,200 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,200 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,203 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,204 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,205 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,208 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,209 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,210 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,213 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,214 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,217 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,218 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,219 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,222 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,222 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,227 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,228 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,232 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,233 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,236 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,237 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,237 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:31,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1cdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HafEg1-SI95-efeJ-AD35-NirE-XVgf-3sQ9j2 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:31,238 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 20:53:31,241 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:31,241 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 20:53:31,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 20:53:31,245 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:31,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 20:53:31,249 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 20:53:31,249 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:31,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:53:31,256 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:53:31,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,259 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,260 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,264 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,268 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,270 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,271 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,272 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,274 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,275 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,276 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,278 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,279 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,280 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,282 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,283 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,287 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,291 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,292 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,295 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,295 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,296 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,299 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,299 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,300 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,302 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,303 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,303 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,304 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,307 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,308 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,311 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,312 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,314 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,315 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,315 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,316 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,319 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,319 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,319 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,320 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,322 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,323 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,323 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,324 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,327 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,327 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,327 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,328 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,331 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,332 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,335 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,335 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,335 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,336 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,339 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,339 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,339 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,340 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,342 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,343 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,343 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,344 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,346 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,347 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,347 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,348 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,350 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,351 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,351 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,352 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,354 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,355 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,355 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,356 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,358 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,359 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,359 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,360 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,362 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,363 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,364 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,367 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,367 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,368 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,371 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,371 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,372 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,375 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,375 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,375 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,376 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,379 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,380 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,383 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:31,384 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:53:31,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efeec244ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = weZB7B-Oh7U-GdkM-Qpdf-K8AN-NaBk-2Njgue size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd1c54a8) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 0B3e0p-cXUJ-dVHZ-gx5L-mx0h-LVEz-pDYdr5 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:53:31,385 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 20:53:31,388 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:31,388 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 20:53:31,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 20:53:31,392 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:31,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:31,395 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 20:53:31,396 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:31,396 DEBUG blivet.ansible/MainThread: ['sde', 'test_vg2', 'sdf', 'sdd'] 2024-03-01 20:53:31,396 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 20:53:31,399 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 20:53:31,399 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,402 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:53:31,406 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:53:31,409 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:53:31,409 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 20:53:31,409 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:53:31,409 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 20:53:31,409 DEBUG blivet/MainThread: removing sde 2024-03-01 20:53:31,412 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:31,412 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 20:53:31,416 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 20:53:31,416 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:53:31,416 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 20:53:31,416 DEBUG blivet/MainThread: removing sdf 2024-03-01 20:53:31,419 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:31,419 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:53:31,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 20:53:31,422 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:53:31,422 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 20:53:31,422 DEBUG blivet/MainThread: removing sdd 2024-03-01 20:53:31,425 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:31,426 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 20:53:31,429 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 20:53:31,429 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:53:31,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,436 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 20:53:31,436 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,437 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,437 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,437 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,438 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,438 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,439 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,439 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,440 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,440 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,441 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,441 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:31,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 20:53:31,448 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:53:31,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 20:53:31,454 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:53:31,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 20:53:31,460 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:53:31,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 20:53:31,466 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:53:31,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 20:53:31,472 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:53:31,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,476 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,478 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,483 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,489 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,490 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,495 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,497 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,501 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,503 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,507 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,509 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,515 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,520 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,521 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,526 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,527 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,532 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,534 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,538 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,538 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,540 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,543 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,544 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,546 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,550 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,552 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,556 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,558 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,563 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,564 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,559 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,569 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,570 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,575 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,576 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,581 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,583 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,587 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,589 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,593 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,595 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,600 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,601 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,606 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,606 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,607 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,612 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,614 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,618 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,620 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,624 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,626 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,631 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,632 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,637 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,638 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,643 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,644 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,649 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,651 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,655 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,657 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,661 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,663 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,668 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,669 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:31,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd1d6668) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dAIqHW-Okvj-lbqw-Qdi4-SbyO-izIW-neTJNR size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:53:31,670 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 20:53:31,673 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:31,673 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 20:53:31,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 20:53:31,677 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:31,681 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 20:53:31,681 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 20:53:31,681 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:31,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:53:31,687 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:53:31,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,691 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,693 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,697 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,699 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,702 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,703 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,704 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,709 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,710 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,714 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,716 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,720 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,721 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,726 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,727 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,731 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,733 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,737 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,737 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,738 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,743 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,744 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,748 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,750 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,754 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,756 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,760 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,761 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,766 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,767 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,771 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,773 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,777 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,778 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,783 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,783 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,784 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,789 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,790 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,785 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,794 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,796 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,800 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,801 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,806 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,807 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,811 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,813 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,817 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,819 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,823 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,824 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,829 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,829 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,830 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,834 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,836 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,840 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,841 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,846 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,847 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,842 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,851 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,853 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,857 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,858 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,863 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,864 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,859 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,868 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,870 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:53:31,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede5b9940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 7j2h5r-fi8p-PIoc-CygN-A6fG-MzeB-f65FeF size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:53:31,870 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 20:53:31,874 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:31,874 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:31,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 20:53:31,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 20:53:31,878 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:31,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:53:31,882 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 20:53:31,882 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:31,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:31,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:53:31,888 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:53:31,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,892 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,893 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,897 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,898 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,902 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,903 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,907 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,909 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,913 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,914 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,918 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,919 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,923 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,924 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,928 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,929 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,933 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,935 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,939 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,940 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,944 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,945 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,949 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,950 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,954 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,955 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,959 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,961 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,956 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,965 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,966 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,970 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,971 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,975 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,976 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,980 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,981 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,985 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,986 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,990 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,991 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:31,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,995 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:31,997 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,001 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,002 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:31,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,006 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,007 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,011 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,012 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,016 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,017 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,017 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,013 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,023 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,027 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,028 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,032 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,033 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,037 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,038 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,034 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,042 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,043 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,047 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,048 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,052 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,054 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:53:32,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efede32f710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x89KYZ-GIW7-UsgA-cOH6-9Rru-yMlF-Z2Emny size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,054 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 20:53:32,057 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:32,058 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:53:32,061 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 20:53:32,061 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,065 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:32,065 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 20:53:32,065 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:32,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:53:32,072 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:53:32,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,075 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,076 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,080 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,081 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,085 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,086 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,089 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,090 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,094 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,095 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,098 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,099 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,103 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,104 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,108 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,109 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,112 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,113 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,117 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,118 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,122 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,123 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,126 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,127 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,131 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,132 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,135 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,137 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,140 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,141 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,145 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,146 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,149 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,149 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,150 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,154 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,155 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,159 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,160 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,163 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,164 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,168 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,169 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,172 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,173 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,177 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,178 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,182 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,183 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,186 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,187 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,191 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,192 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,195 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,196 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,199 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,200 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,201 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,205 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,206 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,209 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,211 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,214 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,215 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,219 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:32,220 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:32,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efedd160780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kAb0fF-77F3-CPXk-CAa6-65Qx-17xS-yAzQ21 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efedd197668) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = CY4MsQ-NIuy-Luc7-6kzG-v389-2yQV-VfxJA3 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:32,220 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 20:53:32,224 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:32,224 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:53:32,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 20:53:32,227 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 20:53:32,231 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 20:53:32,231 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,231 DEBUG blivet.ansible/MainThread: ['sdh', 'sdj', 'sdg', 'test_vg3', 'sdi'] 2024-03-01 20:53:32,231 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 20:53:32,234 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 20:53:32,235 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,238 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:32,241 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:32,245 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:32,248 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:32,248 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 20:53:32,248 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:53:32,248 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 20:53:32,248 DEBUG blivet/MainThread: removing sdh 2024-03-01 20:53:32,251 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:32,251 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 20:53:32,255 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 20:53:32,255 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:53:32,255 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 20:53:32,255 DEBUG blivet/MainThread: removing sdj 2024-03-01 20:53:32,258 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:32,258 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 20:53:32,261 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 20:53:32,261 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:53:32,261 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 20:53:32,262 DEBUG blivet/MainThread: removing sdg 2024-03-01 20:53:32,264 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:32,265 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 20:53:32,268 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 20:53:32,268 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:53:32,268 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 20:53:32,268 DEBUG blivet/MainThread: removing sdi 2024-03-01 20:53:32,271 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:32,271 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:32,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:53:32,274 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 20:53:32,275 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:53:32,275 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,286 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,313 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,333 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:32,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,346 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,366 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:32,367 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,380 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,400 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:53:32,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,412 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,432 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:53:32,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,446 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,466 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:53:32,466 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,477 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,497 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:53:32,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,512 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,531 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:53:32,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,546 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,565 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:53:32,565 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:32,566 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,567 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:53:32,568 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:53:32,570 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:53:32,573 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:53:32,576 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:53:32,579 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:53:32,580 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:53:32,583 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:53:32,583 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 0x7efedd155f10> 2024-03-01 20:53:32,583 INFO blivet/MainThread: sorting actions... 2024-03-01 20:53:32,604 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,605 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,605 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,605 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,605 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:32,605 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:53:32,606 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:53:32,607 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:32,608 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:32,609 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:32,609 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:32,609 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,616 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:53:32,616 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 20:53:32,626 INFO program/MainThread: stdout: 2024-03-01 20:53:32,626 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:32,626 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,645 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,646 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,659 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,660 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:53:32,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:32,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:53:32,672 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:53:32,676 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 20:53:32,679 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:53:32,680 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,717 INFO program/MainThread: stdout[92]: 2024-03-01 20:53:32,717 INFO program/MainThread: stderr[92]: 2024-03-01 20:53:32,717 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:53:32,722 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,725 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,728 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,732 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,735 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,738 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,742 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,745 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,748 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 20:53:32,752 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,797 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 20:53:32,797 INFO program/MainThread: stderr[93]: 2024-03-01 20:53:32,798 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:53:32,798 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,819 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:53:32,819 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 20:53:32,843 INFO program/MainThread: stdout: 2024-03-01 20:53:32,843 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:32,843 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,871 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,883 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,884 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:53:32,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:32,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:53:32,896 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:53:32,900 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 20:53:32,903 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:53:32,903 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,941 INFO program/MainThread: stdout[94]: 2024-03-01 20:53:32,941 INFO program/MainThread: stderr[94]: 2024-03-01 20:53:32,941 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:53:32,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,949 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,952 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,956 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,959 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,963 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,967 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,970 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,973 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 20:53:32,977 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,035 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 20:53:33,036 INFO program/MainThread: stderr[95]: 2024-03-01 20:53:33,036 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:53:33,036 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:33,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,054 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:53:33,055 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 20:53:33,071 INFO program/MainThread: stdout: 2024-03-01 20:53:33,071 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:33,071 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,095 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,108 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,109 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:53:33,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:33,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:53:33,121 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:53:33,125 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 20:53:33,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:53:33,129 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,165 INFO program/MainThread: stdout[96]: 2024-03-01 20:53:33,165 INFO program/MainThread: stderr[96]: 2024-03-01 20:53:33,165 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:53:33,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:33,173 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,177 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,180 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,183 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,187 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,190 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,193 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,197 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 20:53:33,200 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,247 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 20:53:33,248 INFO program/MainThread: stderr[97]: 2024-03-01 20:53:33,248 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:53:33,249 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:33,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,263 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:53:33,263 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 20:53:33,286 INFO program/MainThread: stdout: 2024-03-01 20:53:33,286 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:33,286 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,286 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,320 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,334 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,335 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:53:33,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:33,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:53:33,347 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:53:33,351 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 20:53:33,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:53:33,355 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,395 INFO program/MainThread: stdout[98]: 2024-03-01 20:53:33,395 INFO program/MainThread: stderr[98]: 2024-03-01 20:53:33,395 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:53:33,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:33,403 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,407 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,410 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,413 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,417 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,420 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,423 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,427 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 20:53:33,430 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,468 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 20:53:33,469 INFO program/MainThread: stderr[99]: 2024-03-01 20:53:33,469 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:53:33,470 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:53:33,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 20:53:33,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 20:53:33,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:33,508 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,515 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,521 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,528 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,534 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,548 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,554 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 20:53:33,559 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,595 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 20:53:33,595 INFO program/MainThread: stderr[100]: 2024-03-01 20:53:33,595 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:53:33,595 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,667 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 20:53:33,667 INFO program/MainThread: stderr[101]: 2024-03-01 20:53:33,667 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:53:33,667 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,709 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 20:53:33,709 INFO program/MainThread: stderr[102]: 2024-03-01 20:53:33,709 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:53:33,710 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:53:33,717 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,727 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,744 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,744 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,794 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 20:53:33,794 INFO program/MainThread: stderr[103]: 2024-03-01 20:53:33,794 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:53:33,794 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 20:53:33,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,809 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,820 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,834 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,835 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:53:33,839 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,842 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,845 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,846 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,876 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 20:53:33,876 INFO program/MainThread: stderr[104]: 2024-03-01 20:53:33,876 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:53:33,876 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 20:53:33,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,916 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,917 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,931 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,948 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,949 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:53:33,953 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,957 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,960 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,960 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,991 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 20:53:33,991 INFO program/MainThread: stderr[105]: 2024-03-01 20:53:33,991 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:53:33,991 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 20:53:33,992 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,027 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,058 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,059 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:53:34,063 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,066 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,069 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,070 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,103 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 20:53:34,103 INFO program/MainThread: stderr[106]: 2024-03-01 20:53:34,103 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:53:34,103 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 20:53:34,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,135 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,135 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,150 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,151 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,166 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,167 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:34,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,175 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:53:34,176 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 20:53:34,187 INFO program/MainThread: stdout: 2024-03-01 20:53:34,187 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:34,187 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,207 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,207 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,221 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,221 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:53:34,226 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:34,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:53:34,233 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:53:34,237 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 20:53:34,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:53:34,241 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,278 INFO program/MainThread: stdout[107]: 2024-03-01 20:53:34,278 INFO program/MainThread: stderr[107]: 2024-03-01 20:53:34,278 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:53:34,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:34,286 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,290 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,293 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,296 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,300 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,303 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 20:53:34,307 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,349 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 20:53:34,349 INFO program/MainThread: stderr[108]: 2024-03-01 20:53:34,349 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:53:34,350 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:34,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,364 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:53:34,365 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 20:53:34,382 INFO program/MainThread: stdout: 2024-03-01 20:53:34,383 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:34,383 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,410 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,410 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,421 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,422 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:53:34,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:34,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:53:34,434 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:53:34,438 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 20:53:34,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:53:34,442 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,476 INFO program/MainThread: stdout[109]: 2024-03-01 20:53:34,476 INFO program/MainThread: stderr[109]: 2024-03-01 20:53:34,476 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:53:34,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:34,484 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,488 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,491 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,494 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,498 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,501 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 20:53:34,505 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,548 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 20:53:34,548 INFO program/MainThread: stderr[110]: 2024-03-01 20:53:34,548 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:53:34,549 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:53:34,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 20:53:34,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 20:53:34,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:34,579 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,585 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,592 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,598 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,604 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,608 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 20:53:34,612 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,653 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 20:53:34,653 INFO program/MainThread: stderr[111]: 2024-03-01 20:53:34,653 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:53:34,654 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,700 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 20:53:34,700 INFO program/MainThread: stderr[112]: 2024-03-01 20:53:34,700 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:53:34,701 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,740 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 20:53:34,740 INFO program/MainThread: stderr[113]: 2024-03-01 20:53:34,740 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:53:34,741 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:53:34,748 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,759 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,765 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,765 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,815 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 20:53:34,815 INFO program/MainThread: stderr[114]: 2024-03-01 20:53:34,815 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:53:34,815 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 20:53:34,815 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,851 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,866 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,866 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,878 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,879 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:53:34,883 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,886 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,890 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,890 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,920 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 20:53:34,921 INFO program/MainThread: stderr[115]: 2024-03-01 20:53:34,921 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:53:34,921 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 20:53:34,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,964 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,978 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,978 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,990 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,991 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:53:34,995 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,999 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,002 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,002 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,032 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 20:53:35,032 INFO program/MainThread: stderr[116]: 2024-03-01 20:53:35,032 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:53:35,032 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 20:53:35,033 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,069 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,069 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,087 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,099 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,100 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:35,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,108 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:35,109 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 20:53:35,118 INFO program/MainThread: stdout: 2024-03-01 20:53:35,118 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:35,119 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,139 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,139 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,153 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,153 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:53:35,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:35,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:53:35,165 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:35,169 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 20:53:35,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:53:35,173 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 20:53:35,209 INFO program/MainThread: stdout[117]: 2024-03-01 20:53:35,209 INFO program/MainThread: stderr[117]: 2024-03-01 20:53:35,209 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:53:35,214 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,217 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,221 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,224 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,227 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,231 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,234 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 20:53:35,238 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 20:53:35,279 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 20:53:35,279 INFO program/MainThread: stderr[118]: 2024-03-01 20:53:35,279 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:53:35,280 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:35,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,298 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:35,299 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:53:35,313 INFO program/MainThread: stdout: 2024-03-01 20:53:35,313 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:35,314 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,340 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,353 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,353 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:35,358 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:35,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:53:35,365 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:35,369 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:53:35,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:53:35,373 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 20:53:35,407 INFO program/MainThread: stdout[119]: 2024-03-01 20:53:35,407 INFO program/MainThread: stderr[119]: 2024-03-01 20:53:35,407 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:53:35,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,415 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,419 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,422 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,426 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,429 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,432 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:53:35,436 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 20:53:35,481 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 20:53:35,481 INFO program/MainThread: stderr[120]: 2024-03-01 20:53:35,481 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:53:35,482 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:35,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:53:35,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:53:35,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,511 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,516 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,523 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,529 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,535 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,538 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:53:35,541 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 20:53:35,568 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 20:53:35,568 INFO program/MainThread: stderr[121]: 2024-03-01 20:53:35,568 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:53:35,568 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 20:53:35,623 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:53:35,624 INFO program/MainThread: stderr[122]: 2024-03-01 20:53:35,624 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:53:35,624 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 20:53:35,658 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 20:53:35,658 INFO program/MainThread: stderr[123]: 2024-03-01 20:53:35,658 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:53:35,659 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:35,666 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,673 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,679 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,681 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 20:53:35,722 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:53:35,723 INFO program/MainThread: stderr[124]: 2024-03-01 20:53:35,723 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:53:35,723 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:53:35,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,775 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,791 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,802 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,803 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:35,807 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,810 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,813 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,814 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 20:53:35,841 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:53:35,841 INFO program/MainThread: stderr[125]: 2024-03-01 20:53:35,841 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:53:35,841 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:53:35,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,874 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,874 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,906 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,907 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:35,911 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,914 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,917 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,917 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 20:53:35,946 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:53:35,946 INFO program/MainThread: stderr[126]: 2024-03-01 20:53:35,946 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:53:35,946 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:53:35,947 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,983 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,996 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,997 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,011 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,017 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:53:36,017 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 0x7efedd155b48> to retry, use: --limit @/tmp/tests_list.retry PLAY RECAP ********************************************************************* sut : ok=115 changed=4 unreachable=0 failed=1 skipped=74 rescued=0 ignored=0 Friday 01 March 2024 20:53:40 +0000 (0:00:00.701) 0:01:30.479 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 12.30s /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 -- 10.45s /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.91s /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.28s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 3.03s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.69s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.67s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.65s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 2.61s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.58s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.58s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.55s /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.54s /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.54s /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.52s /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.52s /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.51s /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.41s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Get service facts ------------------- 1.85s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.85s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---