# 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-failures92yy11th/.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_single_lv.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml PLAY [Single LV snapshot test] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:2 Friday 01 March 2024 21:06:34 +0000 (0:00:00.034) 0:00:00.034 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:36 Friday 01 March 2024 21:06:35 +0000 (0:00:01.065) 0:00:01.099 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:10 Friday 01 March 2024 21:06:35 +0000 (0:00:00.012) 0:00:01.111 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:15 Friday 01 March 2024 21:06:35 +0000 (0:00:00.264) 0:00:01.375 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:19 Friday 01 March 2024 21:06:35 +0000 (0:00:00.016) 0:00:01.392 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:06:35 +0000 (0:00:00.015) 0:00:01.408 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:06:35 +0000 (0:00:00.013) 0:00:01.421 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:06:35 +0000 (0:00:00.018) 0:00:01.440 ********** 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_9.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:06:35 +0000 (0:00:00.025) 0:00:01.465 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:06:35 +0000 (0:00:00.212) 0:00:01.677 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:06:35 +0000 (0:00:00.014) 0:00:01.692 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:06:35 +0000 (0:00:00.009) 0:00:01.701 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:06:35 +0000 (0:00:00.009) 0:00:01.711 ********** 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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:06:35 +0000 (0:00:00.026) 0:00:01.737 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:06:36 +0000 (0:00:01.108) 0:00:02.845 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:06:36 +0000 (0:00:00.011) 0:00:02.857 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:06:36 +0000 (0:00:00.010) 0:00:02.867 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:06:37 +0000 (0:00:00.497) 0:00:03.365 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:06:37 +0000 (0:00:00.019) 0:00:03.384 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:06:37 +0000 (0:00:00.015) 0:00:03.400 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:06:37 +0000 (0:00:00.015) 0:00:03.416 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:06:37 +0000 (0:00:00.017) 0:00:03.434 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:06:38 +0000 (0:00:01.019) 0:00:04.453 ********** 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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "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-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "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" }, "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" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "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" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.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" }, "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" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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-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" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.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" }, "raid-check.service": { "name": "raid-check.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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "not-found" }, "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-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-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "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": "static" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "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" }, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:06:40 +0000 (0:00:01.970) 0:00:06.424 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:06:40 +0000 (0:00:00.029) 0:00:06.453 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:06:40 +0000 (0:00:00.009) 0:00:06.462 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:06:40 +0000 (0:00:00.400) 0:00:06.863 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:06:40 +0000 (0:00:00.018) 0:00:06.881 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:06:40 +0000 (0:00:00.008) 0:00:06.890 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:06:40 +0000 (0:00:00.012) 0:00:06.902 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:06:40 +0000 (0:00:00.012) 0:00:06.914 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:06:40 +0000 (0:00:00.012) 0:00:06.926 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:06:40 +0000 (0:00:00.020) 0:00:06.947 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:06:40 +0000 (0:00:00.010) 0:00:06.957 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:06:40 +0000 (0:00:00.018) 0:00:06.975 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:06:40 +0000 (0:00:00.018) 0:00:06.994 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:06:41 +0000 (0:00:00.010) 0:00:07.004 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326743.3071737, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:06:41 +0000 (0:00:00.223) 0:00:07.228 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:06:41 +0000 (0:00:00.011) 0:00:07.239 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:23 Friday 01 March 2024 21:06:42 +0000 (0:00:00.821) 0:00:08.060 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:06:42 +0000 (0:00:00.017) 0:00:08.078 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:06:42 +0000 (0:00:00.211) 0:00:08.290 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:06:42 +0000 (0:00:00.015) 0:00:08.305 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:06:43 +0000 (0:00:01.020) 0:00:09.325 ********** 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-failures92yy11th/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:06:43 +0000 (0:00:00.302) 0:00:09.628 ********** 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-failures92yy11th/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:06:43 +0000 (0:00:00.012) 0:00:09.641 ********** 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-failures92yy11th/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:06:43 +0000 (0:00:00.012) 0:00:09.653 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:06:43 +0000 (0:00:00.018) 0:00:09.672 ********** 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-failures92yy11th/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:06:43 +0000 (0:00:00.018) 0:00:09.690 ********** 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-failures92yy11th/tests/tasks/setup.yml:29 Friday 01 March 2024 21:06:43 +0000 (0:00:00.018) 0:00:09.709 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:06:43 +0000 (0:00:00.025) 0:00:09.734 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:06:43 +0000 (0:00:00.016) 0:00:09.751 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:06:43 +0000 (0:00:00.021) 0:00:09.772 ********** 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_9.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:06:43 +0000 (0:00:00.029) 0:00:09.802 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:06:43 +0000 (0:00:00.012) 0:00:09.814 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:06:43 +0000 (0:00:00.013) 0:00:09.828 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:06:43 +0000 (0:00:00.025) 0:00:09.853 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:06:43 +0000 (0:00:00.012) 0:00:09.866 ********** 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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:06:43 +0000 (0:00:00.026) 0:00:09.892 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:06:44 +0000 (0:00:00.981) 0:00:10.873 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:06:44 +0000 (0:00:00.027) 0:00:10.900 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:06:44 +0000 (0:00:00.012) 0:00:10.913 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:06:46 +0000 (0:00:01.180) 0:00:12.094 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:06:46 +0000 (0:00:00.022) 0:00:12.116 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:06:46 +0000 (0:00:00.018) 0:00:12.134 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:06:46 +0000 (0:00:00.018) 0:00:12.153 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:06:46 +0000 (0:00:00.017) 0:00:12.171 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:06:47 +0000 (0:00:01.026) 0:00:13.198 ********** 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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "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-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "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" }, "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" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "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" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.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" }, "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" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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-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" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.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" }, "raid-check.service": { "name": "raid-check.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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "not-found" }, "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-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-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "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": "static" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "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" }, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:06:49 +0000 (0:00:01.918) 0:00:15.116 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:06:49 +0000 (0:00:00.029) 0:00:15.145 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:06:49 +0000 (0:00:00.009) 0:00:15.154 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:07:00 +0000 (0:00:11.670) 0:00:26.825 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.019088", "end": "2024-03-01 21:07:01.106378", "rc": 0, "start": "2024-03-01 21:07:01.087290" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:07:01 +0000 (0:00:00.319) 0:00:27.145 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:07:01 +0000 (0:00:00.010) 0:00:27.156 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:07:01 +0000 (0:00:00.022) 0:00:27.178 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:07:01 +0000 (0:00:00.019) 0:00:27.198 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:07:01 +0000 (0:00:00.013) 0:00:27.211 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:07:01 +0000 (0:00:00.018) 0:00:27.230 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:07:01 +0000 (0:00:00.011) 0:00:27.241 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:07:01 +0000 (0:00:00.019) 0:00:27.261 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:07:01 +0000 (0:00:00.019) 0:00:27.280 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:07:01 +0000 (0:00:00.010) 0:00:27.291 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326743.3071737, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:07:01 +0000 (0:00:00.293) 0:00:27.584 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:07:01 +0000 (0:00:00.010) 0:00:27.595 ********** ok: [sut] TASK [Run the snapshot role to create snapshot of single LV] ******************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:39 Friday 01 March 2024 21:07:02 +0000 (0:00:00.912) 0:00:28.507 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:07:02 +0000 (0:00:00.027) 0:00:28.535 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:07:02 +0000 (0:00:00.018) 0:00:28.553 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:07:02 +0000 (0:00:00.021) 0:00:28.575 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:07:02 +0000 (0:00:00.015) 0:00:28.590 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:07:02 +0000 (0:00:00.014) 0:00:28.605 ********** 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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:07:02 +0000 (0:00:00.025) 0:00:28.630 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:07:03 +0000 (0:00:01.029) 0:00:29.660 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -r 15 -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:07:03 +0000 (0:00:00.026) 0:00:29.686 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:07:04 +0000 (0:00:00.738) 0:00:30.425 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.7 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.7 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:07:04 +0000 (0:00:00.014) 0:00:30.439 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:07:04 +0000 (0:00:00.024) 0:00:30.464 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:07:04 +0000 (0:00:00.010) 0:00:30.475 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LV is created] *************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:49 Friday 01 March 2024 21:07:04 +0000 (0:00:00.015) 0:00:30.491 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:07:04 +0000 (0:00:00.024) 0:00:30.516 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:07:04 +0000 (0:00:00.033) 0:00:30.550 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:07:04 +0000 (0:00:00.022) 0:00:30.572 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:07:04 +0000 (0:00:00.013) 0:00:30.586 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:07:04 +0000 (0:00:00.013) 0:00:30.600 ********** 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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:07:04 +0000 (0:00:00.026) 0:00:30.627 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:07:05 +0000 (0:00:01.030) 0:00:31.657 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:07:05 +0000 (0:00:00.026) 0:00:31.684 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:07:06 +0000 (0:00:00.470) 0:00:32.154 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.7 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.7 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:07:06 +0000 (0:00:00.014) 0:00:32.169 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:07:06 +0000 (0:00:00.024) 0:00:32.194 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:07:06 +0000 (0:00:00.011) 0:00:32.205 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role remove the snapshot for single LV] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:59 Friday 01 March 2024 21:07:06 +0000 (0:00:00.014) 0:00:32.220 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:07:06 +0000 (0:00:00.028) 0:00:32.249 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:07:06 +0000 (0:00:00.017) 0:00:32.266 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:07:06 +0000 (0:00:00.022) 0:00:32.289 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:07:06 +0000 (0:00:00.013) 0:00:32.303 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:07:06 +0000 (0:00:00.013) 0:00:32.317 ********** 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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:07:06 +0000 (0:00:00.024) 0:00:32.341 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:07:07 +0000 (0:00:01.027) 0:00:33.368 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:07:07 +0000 (0:00:00.026) 0:00:33.395 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:07:07 +0000 (0:00:00.491) 0:00:33.886 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.7 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.7 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:07:07 +0000 (0:00:00.014) 0:00:33.901 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:07:07 +0000 (0:00:00.026) 0:00:33.927 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:07:07 +0000 (0:00:00.012) 0:00:33.940 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify_only option to make sure remove is done] ***** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:68 Friday 01 March 2024 21:07:07 +0000 (0:00:00.015) 0:00:33.955 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:07:07 +0000 (0:00:00.032) 0:00:33.987 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:07:08 +0000 (0:00:00.017) 0:00:34.005 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:07:08 +0000 (0:00:00.021) 0:00:34.026 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:07:08 +0000 (0:00:00.014) 0:00:34.041 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:07:08 +0000 (0:00:00.013) 0:00:34.055 ********** 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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:07:08 +0000 (0:00:00.024) 0:00:34.079 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:07:09 +0000 (0:00:01.012) 0:00:35.092 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:07:09 +0000 (0:00:00.027) 0:00:35.119 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:07:09 +0000 (0:00:00.456) 0:00:35.576 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.7 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.7 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:07:09 +0000 (0:00:00.014) 0:00:35.590 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:07:09 +0000 (0:00:00.024) 0:00:35.615 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:07:09 +0000 (0:00:00.010) 0:00:35.626 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:79 Friday 01 March 2024 21:07:09 +0000 (0:00:00.015) 0:00:35.642 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:7 Friday 01 March 2024 21:07:09 +0000 (0:00:00.023) 0:00:35.665 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:07:09 +0000 (0:00:00.036) 0:00:35.702 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:07:09 +0000 (0:00:00.017) 0:00:35.720 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:07:09 +0000 (0:00:00.022) 0:00:35.742 ********** 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_9.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:07:09 +0000 (0:00:00.031) 0:00:35.774 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:07:09 +0000 (0:00:00.013) 0:00:35.788 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:07:09 +0000 (0:00:00.013) 0:00:35.802 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:07:09 +0000 (0:00:00.011) 0:00:35.814 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:07:09 +0000 (0:00:00.012) 0:00:35.827 ********** 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-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:07:09 +0000 (0:00:00.027) 0:00:35.854 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:07:10 +0000 (0:00:01.015) 0:00:36.870 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:07:10 +0000 (0:00:00.030) 0:00:36.901 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:07:10 +0000 (0:00:00.013) 0:00:36.915 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:07:14 +0000 (0:00:03.759) 0:00:40.675 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/.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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:07:14 +0000 (0:00:00.024) 0:00:40.699 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:07:14 +0000 (0:00:00.018) 0:00:40.717 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:07:14 +0000 (0:00:00.019) 0:00:40.736 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:07:14 +0000 (0:00:00.018) 0:00:40.755 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:07:15 +0000 (0:00:01.040) 0:00:41.795 ********** 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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "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-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "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" }, "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" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "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" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.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" }, "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" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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-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" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.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" }, "raid-check.service": { "name": "raid-check.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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "not-found" }, "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-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-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "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": "static" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "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" }, "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:07:17 +0000 (0:00:01.906) 0:00:43.701 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:07:17 +0000 (0:00:00.031) 0:00:43.733 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:07:17 +0000 (0:00:00.010) 0:00:43.744 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "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/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "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/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:07:26 +0000 (0:00:08.965) 0:00:52.710 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:07:26 +0000 (0:00:00.020) 0:00:52.730 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:07:26 +0000 (0:00:00.010) 0:00:52.740 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "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/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "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/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:07:26 +0000 (0:00:00.026) 0:00:52.767 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:07:26 +0000 (0:00:00.021) 0:00:52.788 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:07:26 +0000 (0:00:00.014) 0:00:52.803 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:07:26 +0000 (0:00:00.024) 0:00:52.828 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:07:26 +0000 (0:00:00.013) 0:00:52.841 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:07:26 +0000 (0:00:00.021) 0:00:52.862 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:07:26 +0000 (0:00:00.020) 0:00:52.883 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:07:26 +0000 (0:00:00.011) 0:00:52.895 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326743.3071737, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:07:27 +0000 (0:00:00.222) 0:00:53.118 ********** 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-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:07:27 +0000 (0:00:00.011) 0:00:53.130 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:29 Friday 01 March 2024 21:07:27 +0000 (0:00:00.821) 0:00:53.952 ********** 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-failures92yy11th/tests/tasks/cleanup.yml:33 Friday 01 March 2024 21:07:27 +0000 (0:00:00.012) 0:00:53.964 ********** included: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:07:27 +0000 (0:00:00.017) 0:00:53.981 ********** 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-failures92yy11th/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:07:27 +0000 (0:00:00.012) 0:00:53.994 ********** 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-failures92yy11th/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:07:28 +0000 (0:00:00.012) 0:00:54.007 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:07:29 +0000 (0:00:01.022) 0:00:55.029 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdh] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:07:29 +0000 (0:00:00.238) 0:00:55.268 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:07:29 +0000 (0:00:00.014) 0:00:55.283 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:07:29 +0000 (0:00:00.033) 0:00:55.316 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:07:29 +0000 (0:00:00.020) 0:00:55.337 ********** 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-failures92yy11th/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:07:29 +0000 (0:00:00.019) 0:00:55.357 ********** 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-failures92yy11th/tests/tasks/cleanup.yml:39 Friday 01 March 2024 21:07:29 +0000 (0:00:00.018) 0:00:55.376 ********** 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.352769", "end": "2024-03-01 21:07:29.917972", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:07:29.565203" } STDERR: + exec + mount -f -l proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=4096k,nr_inodes=447176,mode=755,inode64) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel,inode64) 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,size=723604k,nr_inodes=819200,mode=755,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,seclabel,nsdelegate,memory_recursiveprot) 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) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,nosuid,noexec,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13165) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime,seclabel) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) none on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) 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=361800k,nr_inodes=90450,mode=700,inode64) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 4.2M 0 4.2M 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 741M 19M 723M 3% /run /dev/xvda1 269G 4.9G 264G 2% / tmpfs 371M 0 371M 0% /run/user/0 + lvs --all + pvs --all + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 21:03:23,063 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 21:03:23,063 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,102 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdh"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdi"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc"} 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,103 INFO snapshot-role/MainThread: {"lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy"} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sda"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,104 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA"} 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 21:03:23,105 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:23,140 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdh"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdi"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm"}, 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc"} 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,141 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy"} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: {"lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:23,142 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sda"}, 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA"} 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,143 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,177 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,178 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:23,218 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,219 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,252 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 21:03:23,457 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,457 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,457 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,457 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,457 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,457 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,513 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,514 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,514 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,514 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:23,556 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,556 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,556 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,556 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,556 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,557 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 21:03:23,557 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 21:03:23,557 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,557 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,592 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,593 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 21:03:23,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,731 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,731 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,732 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:03:23,785 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,786 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,786 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,786 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,787 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,788 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,828 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 21:03:23,828 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 21:03:23,828 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 21:03:23,828 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 21:03:23,828 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,829 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,829 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,829 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: , 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,863 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,863 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 21:03:23,993 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:23,993 INFO snapshot-role/MainThread: { 2024-03-01 21:03:23,993 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:23,993 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:23,993 INFO snapshot-role/MainThread: } 2024-03-01 21:03:23,994 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,048 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,049 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,049 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,049 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,049 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:24,093 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,093 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,093 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,093 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,093 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 21:03:24,093 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 21:03:24,093 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 21:03:24,094 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 21:03:24,094 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,094 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,143 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,144 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 21:03:24,270 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,270 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,270 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,270 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,270 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,270 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,314 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,315 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,315 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,315 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:03:24,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,358 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,358 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,359 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,403 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,404 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,404 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,404 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,404 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,404 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,404 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 21:03:24,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,538 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,538 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,539 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,539 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:03:24,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,594 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,594 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,595 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:24,631 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,632 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,668 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,669 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,669 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 21:03:24,800 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,800 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,800 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,800 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,800 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,800 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,852 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,853 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,853 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,853 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,853 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,889 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,890 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,890 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,890 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,890 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,890 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:03:24,935 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:24,935 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:24,935 INFO snapshot-role/MainThread: { 2024-03-01 21:03:24,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:24,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: , 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: } 2024-03-01 21:03:24,936 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 21:03:25,074 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:25,074 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,074 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:25,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,074 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,074 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:03:25,123 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:25,123 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: , 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,124 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:03:25,163 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:25,163 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: , 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,164 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:03:25,202 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:03:25,202 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:25,202 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: , 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,203 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 21:03:25,331 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:25,331 INFO snapshot-role/MainThread: { 2024-03-01 21:03:25,331 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:25,332 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:25,332 INFO snapshot-role/MainThread: } 2024-03-01 21:03:25,332 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:03:26,985 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 21:03:26,985 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:03:27,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,029 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "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 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"ezH9Xs-PKUM-5QJn-yUnd-PLqj-2Cid-q5h0KN", "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 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "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 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"buoxPg-lQZC-kdJi-G2wf-v3vG-a5sJ-GrLfUn", "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 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"TfpQif-TcXw-u6sV-9SYj-mbV9-Rlfc-S7F2AM", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "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 21:03:27,030 INFO snapshot-role/MainThread: {"lv_uuid":"0bYyAd-YPF0-Bgvg-0EtS-UKM3-Y36q-ULFdU5", "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 21:03:27,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"buoxPg-lQZC-kdJi-G2wf-v3vG-a5sJ-GrLfUn", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"TfpQif-TcXw-u6sV-9SYj-mbV9-Rlfc-S7F2AM", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"0bYyAd-YPF0-Bgvg-0EtS-UKM3-Y36q-ULFdU5", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdh"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdi"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"ezH9Xs-PKUM-5QJn-yUnd-PLqj-2Cid-q5h0KN", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,030 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"0bYyAd-YPF0-Bgvg-0EtS-UKM3-Y36q-ULFdU5"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"TfpQif-TcXw-u6sV-9SYj-mbV9-Rlfc-S7F2AM"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"buoxPg-lQZC-kdJi-G2wf-v3vG-a5sJ-GrLfUn"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"ezH9Xs-PKUM-5QJn-yUnd-PLqj-2Cid-q5h0KN"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc"} 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"lv_uuid":"usOqIr-jxBV-dpBg-aog1-It7P-1UQJ-mmeZHr", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"lv_uuid":"jsj4Vp-0Fpg-ZXyE-SayU-eZG9-u6D4-lPGSOU", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"jsj4Vp-0Fpg-ZXyE-SayU-eZG9-u6D4-lPGSOU", "pv_name":"/dev/sde"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"usOqIr-jxBV-dpBg-aog1-It7P-1UQJ-mmeZHr", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,031 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"jsj4Vp-0Fpg-ZXyE-SayU-eZG9-u6D4-lPGSOU"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"usOqIr-jxBV-dpBg-aog1-It7P-1UQJ-mmeZHr"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy"} 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"lv_uuid":"kxmsbE-AJf7-W4Qf-xINj-e4pu-g6vL-vKs3RQ", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"lv_uuid":"4xLtyh-G6or-eeGn-hbHV-E4uu-R2d5-5el4V1", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sda"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"kxmsbE-AJf7-W4Qf-xINj-e4pu-g6vL-vKs3RQ", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"4xLtyh-G6or-eeGn-hbHV-E4uu-R2d5-5el4V1", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"4xLtyh-G6or-eeGn-hbHV-E4uu-R2d5-5el4V1"}, 2024-03-01 21:03:27,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kxmsbE-AJf7-W4Qf-xINj-e4pu-g6vL-vKs3RQ"}, 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA"} 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,033 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,067 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 21:03:27,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,067 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,068 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,068 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:27,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,102 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,102 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,102 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,102 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,103 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 21:03:27,103 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 21:03:27,103 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 21:03:27,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 21:03:27,103 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,103 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 21:03:27,103 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 21:03:27,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,103 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,135 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 21:03:27,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,136 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,136 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,170 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 21:03:27,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,171 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,171 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,171 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,171 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:03:27,206 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,206 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,206 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,206 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 21:03:27,207 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,207 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:03:27,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,245 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,245 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,245 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 21:03:27,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,246 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:27,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,282 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,282 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,282 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 21:03:27,283 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 21:03:27,283 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 21:03:27,283 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 21:03:27,283 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,283 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 21:03:27,283 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 21:03:27,283 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,283 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:03:27,324 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,324 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,324 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,325 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 21:03:27,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,325 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,362 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 21:03:27,362 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,362 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,363 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,363 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,363 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,363 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:03:27,401 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,401 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,401 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,401 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,401 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 21:03:27,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,402 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:03:27,437 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,437 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,437 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,437 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,437 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,437 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,438 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:27,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,478 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,478 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,479 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 21:03:27,479 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 21:03:27,479 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 21:03:27,479 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,479 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 21:03:27,479 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 21:03:27,479 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,479 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,517 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,518 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,555 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,556 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,556 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,556 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,556 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:03:27,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,590 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,590 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,590 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,590 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,591 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:03:27,626 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,626 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,626 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,626 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,626 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,626 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 21:03:27,627 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,627 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:27,665 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,665 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,665 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,665 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,665 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,665 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 21:03:27,665 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 21:03:27,666 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 21:03:27,666 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 21:03:27,666 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,666 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 21:03:27,666 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 21:03:27,666 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,666 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,701 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 21:03:27,701 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,701 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,702 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,702 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,702 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,702 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,702 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,737 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 21:03:27,737 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,737 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,738 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,738 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,738 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,776 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 21:03:27,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,777 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,777 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,777 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,811 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,812 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,812 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,812 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,812 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,843 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,844 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,844 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,844 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,882 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,883 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,919 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,920 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,920 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,920 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,920 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,955 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,956 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,956 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,956 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,956 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,956 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: { 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,990 INFO snapshot-role/MainThread: , 2024-03-01 21:03:27,991 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:27,991 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:27,991 INFO snapshot-role/MainThread: } 2024-03-01 21:03:27,991 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,031 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,032 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,072 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,073 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,073 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,073 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,073 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,073 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,104 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,104 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,139 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:03:28,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,173 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:03:28,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,211 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,211 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,211 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,212 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:03:28,248 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,248 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,248 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,248 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,248 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,249 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,285 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,286 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,286 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,286 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,322 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,323 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,323 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,323 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,323 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,323 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,355 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,356 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,356 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:03:28,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,393 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,393 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,394 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,434 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,435 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,435 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,435 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,435 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,435 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,469 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,470 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,470 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,470 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,470 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,470 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:03:28,508 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:28,508 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,508 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:28,508 INFO snapshot-role/MainThread: { 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: , 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: } 2024-03-01 21:03:28,509 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:03:30,028 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 0 None 2024-03-01 21:03:30,028 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:03:30,072 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:30,072 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,072 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:30,072 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,072 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:30,072 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "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 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"ezH9Xs-PKUM-5QJn-yUnd-PLqj-2Cid-q5h0KN", "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 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "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 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"buoxPg-lQZC-kdJi-G2wf-v3vG-a5sJ-GrLfUn", "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 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"TfpQif-TcXw-u6sV-9SYj-mbV9-Rlfc-S7F2AM", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "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 21:03:30,073 INFO snapshot-role/MainThread: {"lv_uuid":"0bYyAd-YPF0-Bgvg-0EtS-UKM3-Y36q-ULFdU5", "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 21:03:30,073 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"buoxPg-lQZC-kdJi-G2wf-v3vG-a5sJ-GrLfUn", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"TfpQif-TcXw-u6sV-9SYj-mbV9-Rlfc-S7F2AM", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"0bYyAd-YPF0-Bgvg-0EtS-UKM3-Y36q-ULFdU5", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdh"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdi"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"ezH9Xs-PKUM-5QJn-yUnd-PLqj-2Cid-q5h0KN", "pv_name":"/dev/sdg"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"0bYyAd-YPF0-Bgvg-0EtS-UKM3-Y36q-ULFdU5"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:03:30,073 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"TfpQif-TcXw-u6sV-9SYj-mbV9-Rlfc-S7F2AM"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"buoxPg-lQZC-kdJi-G2wf-v3vG-a5sJ-GrLfUn"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"ezH9Xs-PKUM-5QJn-yUnd-PLqj-2Cid-q5h0KN"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc"} 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"lv_uuid":"usOqIr-jxBV-dpBg-aog1-It7P-1UQJ-mmeZHr", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"lv_uuid":"jsj4Vp-0Fpg-ZXyE-SayU-eZG9-u6D4-lPGSOU", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"jsj4Vp-0Fpg-ZXyE-SayU-eZG9-u6D4-lPGSOU", "pv_name":"/dev/sde"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"usOqIr-jxBV-dpBg-aog1-It7P-1UQJ-mmeZHr", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"jsj4Vp-0Fpg-ZXyE-SayU-eZG9-u6D4-lPGSOU"}, 2024-03-01 21:03:30,074 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"usOqIr-jxBV-dpBg-aog1-It7P-1UQJ-mmeZHr"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy"} 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"lv_uuid":"kxmsbE-AJf7-W4Qf-xINj-e4pu-g6vL-vKs3RQ", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"lv_uuid":"4xLtyh-G6or-eeGn-hbHV-E4uu-R2d5-5el4V1", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sda"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"kxmsbE-AJf7-W4Qf-xINj-e4pu-g6vL-vKs3RQ", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"4xLtyh-G6or-eeGn-hbHV-E4uu-R2d5-5el4V1", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "pv_name":"/dev/sdb"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"4xLtyh-G6or-eeGn-hbHV-E4uu-R2d5-5el4V1"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kxmsbE-AJf7-W4Qf-xINj-e4pu-g6vL-vKs3RQ"}, 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA"} 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,075 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,076 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,076 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,076 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:30,076 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,076 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,076 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:03:30,109 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:30,109 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,109 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:30,109 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,109 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 21:03:30,109 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,109 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,110 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,110 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:30,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,110 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,110 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,143 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,144 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,144 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:30,144 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,144 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,144 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:30,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:30,183 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,183 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:30,183 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,183 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,183 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 21:03:30,184 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 21:03:30,184 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 21:03:30,184 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 21:03:30,184 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:30,184 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 21:03:30,184 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 21:03:30,184 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,184 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:03:30,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:30,216 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:30,216 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,216 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 21:03:30,216 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,217 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: { 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:30,255 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 21:03:30,255 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,255 INFO snapshot-role/MainThread: , 2024-03-01 21:03:30,256 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:30,256 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:30,256 INFO snapshot-role/MainThread: } 2024-03-01 21:03:30,256 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv5_snapset1 2024-03-01 21:03:45,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:45,382 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,382 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:45,382 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,382 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,382 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:03:45,437 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:45,437 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,437 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:45,437 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:45,438 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 21:03:45,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: , 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,438 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:03:45,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:45,482 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:45,482 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:45,483 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 21:03:45,483 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: , 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,483 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:03:45,517 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:45,517 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:45,517 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:45,518 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 21:03:45,518 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 21:03:45,518 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:03:45,518 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 21:03:45,518 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 21:03:45,518 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: , 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,518 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:03:45,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:45,554 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,554 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:45,554 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,554 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:45,554 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: , 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,555 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: { 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:03:45,592 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 21:03:45,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,593 INFO snapshot-role/MainThread: , 2024-03-01 21:03:45,593 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:03:45,593 INFO snapshot-role/MainThread: ] 2024-03-01 21:03:45,593 INFO snapshot-role/MainThread: } 2024-03-01 21:03:45,593 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv6_snapset1 2024-03-01 21:04:00,690 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:00,690 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:00,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,691 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,691 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:04:00,738 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:00,738 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,738 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:00,738 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: , 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,739 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:04:00,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:00,789 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:00,789 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: , 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,790 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:00,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:00,824 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,824 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:00,824 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,824 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:00,825 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 21:04:00,825 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 21:04:00,825 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: , 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,825 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,862 INFO snapshot-role/MainThread: , 2024-03-01 21:04:00,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:00,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,863 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,863 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:04:00,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:00,903 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:00,903 INFO snapshot-role/MainThread: { 2024-03-01 21:04:00,903 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:00,903 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: , 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: } 2024-03-01 21:04:00,904 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv7_snapset1 2024-03-01 21:04:16,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:16,004 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:16,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,004 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,005 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:04:16,050 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:16,050 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,050 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:16,050 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:16,051 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 21:04:16,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: , 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,051 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:04:16,099 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: , 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,100 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:16,135 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:16,136 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 21:04:16,136 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 21:04:16,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: , 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,136 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:04:16,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:16,170 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:16,170 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:16,170 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 21:04:16,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,170 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,171 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,171 INFO snapshot-role/MainThread: , 2024-03-01 21:04:16,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:16,171 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,171 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,171 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: { 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:16,205 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 21:04:16,205 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,205 INFO snapshot-role/MainThread: , 2024-03-01 21:04:16,206 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:16,206 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:16,206 INFO snapshot-role/MainThread: } 2024-03-01 21:04:16,206 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv8_snapset1 2024-03-01 21:04:31,288 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:31,289 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,289 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:31,289 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,289 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,289 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:04:31,332 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:31,332 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: , 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,333 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,375 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,376 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,376 INFO snapshot-role/MainThread: , 2024-03-01 21:04:31,376 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:31,376 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,376 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,376 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,413 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,414 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,414 INFO snapshot-role/MainThread: , 2024-03-01 21:04:31,414 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:31,414 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,414 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,414 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,458 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,459 INFO snapshot-role/MainThread: , 2024-03-01 21:04:31,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:31,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,459 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,459 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:04:31,493 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:31,493 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,493 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:31,493 INFO snapshot-role/MainThread: { 2024-03-01 21:04:31,493 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: , 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: } 2024-03-01 21:04:31,494 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv3_snapset1 2024-03-01 21:04:46,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,579 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,580 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,580 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,580 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:04:46,633 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,634 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,670 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,671 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,671 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,671 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,671 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,671 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,704 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,705 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,739 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,739 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,739 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: { 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,777 INFO snapshot-role/MainThread: , 2024-03-01 21:04:46,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:04:46,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:04:46,777 INFO snapshot-role/MainThread: } 2024-03-01 21:04:46,777 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv4_snapset1 2024-03-01 21:05:01,876 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,877 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,877 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,877 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,924 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,925 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,925 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: , 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: } 2024-03-01 21:05:01,963 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: { 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:01,999 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,000 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,000 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,000 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,000 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,000 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,000 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,048 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,049 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,049 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,049 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: { 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,082 INFO snapshot-role/MainThread: , 2024-03-01 21:05:02,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:02,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:02,082 INFO snapshot-role/MainThread: } 2024-03-01 21:05:02,082 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv1_snapset1 2024-03-01 21:05:17,169 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:17,169 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:17,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,170 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,170 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: , 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:17,211 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,212 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,212 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:05:17,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:17,258 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,258 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:17,258 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: , 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,259 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:17,293 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: , 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,294 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:17,327 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: , 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,328 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:05:17,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:17,363 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:17,363 INFO snapshot-role/MainThread: { 2024-03-01 21:05:17,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: , 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: } 2024-03-01 21:05:17,364 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv2_snapset1 2024-03-01 21:05:32,470 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:32,470 INFO snapshot-role/MainThread: { 2024-03-01 21:05:32,470 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:32,470 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:32,470 INFO snapshot-role/MainThread: } 2024-03-01 21:05:32,471 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:05:34,032 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 1 None 2024-03-01 21:05:34,033 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:05:34,079 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,079 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdj"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdh"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdi"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "pv_name":"/dev/sdg"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "pv_name":"/dev/sdg"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdg"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm"}, 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc"} 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,080 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "pv_name":"/dev/sdd"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "pv_name":"/dev/sdd"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy"} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,081 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sda"}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sdb"}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "pv_name":"/dev/sdb"}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA"} 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,082 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:05:34,117 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,117 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,117 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,117 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,117 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,118 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,150 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,151 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,185 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,186 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,186 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:05:34,220 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,220 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,220 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,221 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,263 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,264 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,264 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,264 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,264 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,264 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,264 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,300 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,301 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,301 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,301 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,334 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,335 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,335 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,335 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,369 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,369 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,369 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,403 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,403 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,403 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,403 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:05:34,441 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,441 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,441 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,441 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,442 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,475 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,476 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,476 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,476 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,476 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,476 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,511 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,512 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,512 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,512 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,512 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,512 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,545 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,546 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,578 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,612 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,613 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,613 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,613 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,613 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,613 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,613 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,644 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,678 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,679 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,712 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,713 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,713 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,713 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,713 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,746 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,747 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,747 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,747 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,779 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,815 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,816 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,816 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:05:34,851 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,851 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,851 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,851 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,851 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,851 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,852 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:05:34,885 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,886 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: { 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: , 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:34,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:34,920 INFO snapshot-role/MainThread: } 2024-03-01 21:05:34,920 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:05:36,475 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 0 None 2024-03-01 21:05:36,475 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:05:36,512 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,512 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,512 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,512 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdj"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdh"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj", "pv_name":"/dev/sdi"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc", "pv_name":"/dev/sdg"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm", "pv_name":"/dev/sdg"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is", "pv_name":"/dev/sdg"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm"}, 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc"} 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,513 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T", "pv_name":"/dev/sdd"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy", "pv_name":"/dev/sdd"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy"} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:05:36,514 INFO snapshot-role/MainThread: {"lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sda"}, 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O", "pv_name":"/dev/sdb"}, 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA", "pv_name":"/dev/sdb"}, 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O"}, 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA"} 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,515 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:05:36,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,557 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,557 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,557 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,558 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,592 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,593 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,593 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,593 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,593 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,593 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,593 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:05:36,630 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,630 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,630 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,630 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,630 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,631 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,664 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,665 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,665 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,665 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,665 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,665 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,697 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,698 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,729 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,730 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:05:36,766 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,766 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,766 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,766 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,766 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,766 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,767 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:05:36,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:05:36,802 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:05:36,802 INFO snapshot-role/MainThread: { 2024-03-01 21:05:36,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:05:36,802 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: , 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: } 2024-03-01 21:05:36,803 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:06:20,258 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} False 2024-03-01 21:06:20,258 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 21:06:20,258 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:06:20,258 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:06:20,290 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:06:20,290 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,290 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,290 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,291 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:06:20,324 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:06:20,324 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,324 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,324 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:06:20,325 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:06:20,357 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:06:20,357 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,357 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,357 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,357 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,357 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,358 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:06:20,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:06:20,395 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,428 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,428 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,428 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,428 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,428 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,460 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:06:20,461 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:06:20,493 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:06:20,493 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,493 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:06:20,493 INFO snapshot-role/MainThread: { 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI", "vg_size":"3196059648", "vg_free":"0", "vg_extent_size":"4194304"} 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"3196059648", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb", "lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC", "pv_name":"/dev/sdb"}, 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o", "lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC", "pv_name":"/dev/sda"}, 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h", "lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC", "pv_name":"/dev/sdc"} 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC"}, 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-253", "segtype":"linear", "lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC"}, 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-253", "segtype":"linear", "lv_uuid":"lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC"} 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: , 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: } 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 0 vg_extent_size : 4194304 2024-03-01 21:06:20,494 INFO snapshot-role/MainThread: lv: lv1 lv_size : 3196059648 chunk_size : 65536 2024-03-01 21:06:20,495 INFO snapshot-role/MainThread: exit code: 22: ['insufficient space for snapshots in: test_vg1'] 2024-03-01 21:07:03,916 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 lv1 snapset1 None False 2024-03-01 21:07:03,916 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: { 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: { 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: } 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: , 2024-03-01 21:07:03,949 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:03,950 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:03,950 INFO snapshot-role/MainThread: } 2024-03-01 21:07:03,950 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: { 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: { 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: } 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: , 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: } 2024-03-01 21:07:03,984 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:04,023 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdh"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdi"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"}, 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"} 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,024 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8"} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: {"lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,025 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sda"} 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs"} 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: LV: total 482344960 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: space needed: 72351744.00 space available: 1107296256 sufficient space: 1 2024-03-01 21:07:04,026 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,065 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdh"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdi"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"}, 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"} 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:04,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8"} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,067 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sda"} 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs"} 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,068 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,103 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,104 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:04,104 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,104 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,104 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,144 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:04,144 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,144 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,144 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: , 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,176 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,177 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 21:07:04,357 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:04,357 INFO snapshot-role/MainThread: { 2024-03-01 21:07:04,357 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:04,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:04,357 INFO snapshot-role/MainThread: } 2024-03-01 21:07:04,358 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:07:05,911 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 lv1 snapset1 1 None 2024-03-01 21:07:05,911 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:07:05,958 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:05,958 INFO snapshot-role/MainThread: { 2024-03-01 21:07:05,958 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: { 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdh"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdi"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"}, 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"} 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: } 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: { 2024-03-01 21:07:05,959 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8"} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: } 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: { 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc", "vg_size":"3196059648", "vg_free":"1031798784", "vg_extent_size":"4194304"} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:05,960 INFO snapshot-role/MainThread: {"lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"lv_uuid":"SE80xf-11ab-5Y8z-cZg4-YFzZ-0SxU-NTjUbQ", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"SE80xf-11ab-5Y8z-cZg4-YFzZ-0SxU-NTjUbQ", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"236", "segtype":"free", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sda"} 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"SE80xf-11ab-5Y8z-cZg4-YFzZ-0SxU-NTjUbQ"}, 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs"} 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: } 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: , 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: } 2024-03-01 21:07:05,961 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,000 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,001 INFO snapshot-role/MainThread: , 2024-03-01 21:07:06,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:06,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,001 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,001 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,034 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,035 INFO snapshot-role/MainThread: , 2024-03-01 21:07:06,035 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:06,035 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,035 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,035 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:07:06,068 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:06,068 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,068 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:06,068 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,068 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: , 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,069 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:07:06,107 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:06,107 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:06,107 INFO snapshot-role/MainThread: { 2024-03-01 21:07:06,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:06,107 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: , 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: } 2024-03-01 21:07:06,108 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:07:07,627 INFO snapshot-role/MainThread: remove_cmd: remove test_vg1 lv1 snapset1 0 None 2024-03-01 21:07:07,628 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:07:07,673 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:07,673 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,673 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdh"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdi"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"}, 2024-03-01 21:07:07,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA"}, 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8"} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc", "vg_size":"3196059648", "vg_free":"1031798784", "vg_extent_size":"4194304"} 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:07,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"lv_uuid":"SE80xf-11ab-5Y8z-cZg4-YFzZ-0SxU-NTjUbQ", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"SE80xf-11ab-5Y8z-cZg4-YFzZ-0SxU-NTjUbQ", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"236", "segtype":"free", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sda"} 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"SE80xf-11ab-5Y8z-cZg4-YFzZ-0SxU-NTjUbQ"}, 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs"} 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,676 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:07,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: , 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,708 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:07:07,819 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:07,819 INFO snapshot-role/MainThread: { 2024-03-01 21:07:07,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:07,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:07,820 INFO snapshot-role/MainThread: } 2024-03-01 21:07:07,820 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:07:09,346 INFO snapshot-role/MainThread: remove_cmd: remove test_vg1 lv1 snapset1 1 None 2024-03-01 21:07:09,347 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:07:09,380 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:09,380 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,380 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:09,380 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,381 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:09,415 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdh"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdi"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz", "pv_name":"/dev/sdg"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"}, 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz"} 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,416 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8", "pv_name":"/dev/sdd"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8"} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:07:09,417 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS", "pv_name":"/dev/sda"} 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS"}, 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs"} 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,418 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:07:09,458 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:09,458 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,458 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:09,458 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,459 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:07:09,492 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:07:09,492 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,492 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:09,492 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,492 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,493 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:07:09,530 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:07:09,530 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:07:09,530 INFO snapshot-role/MainThread: { 2024-03-01 21:07:09,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:07:09,530 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: , 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: ] 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: } 2024-03-01 21:07:09,531 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices # LVM uses devices listed in this file. # Created by LVM command lvmdevices pid 26104 at Fri Mar 1 21:07:26 2024 PRODUCT_UUID=ec263caf-ef58-0be5-249b-5935dd065dfa VERSION=1.1.76 ++ 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="e61ef7e0" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="e61ef7e0" 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="a4d9efbc-be36-4c5f-99af-596afd10159d" TYPE="xfs" PARTUUID="e61ef7e0-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" FSSIZE="4226809856" FSLASTBLOCK="1048320" FSBLOCKSIZE="4096" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="e61ef7e0-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="LVM2_member" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 21:02:55,053 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_46yb8_6c/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:02:58,667 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_g_sv8rrr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:03:04,315 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0uv5i618/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:03:04,392 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:04,393 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:03:04,481 INFO program/MainThread: stdout[2]: 2024-03-01 21:03:04,481 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:03:04,481 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:03:04,481 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:03:04,487 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:04,488 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:03:04,492 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:04,492 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:03:04,495 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:04,495 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:03:04,498 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:04,498 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:03:04,507 INFO program/MainThread: stdout: 2024-03-01 21:03:04,507 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:03:04,507 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,507 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:03:04,508 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:03:04,508 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:04,508 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:03:04,508 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:04,508 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:04,509 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:03:04,509 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:04,509 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:03:04,509 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:03:04,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:04,526 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:04,540 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:03:04,544 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:03:04,545 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:03:04,545 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:04,583 INFO program/MainThread: stdout[3]: 2024-03-01 21:03:04,583 INFO program/MainThread: stderr[3]: 2024-03-01 21:03:04,583 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:03:04,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,595 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:03:04,597 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:03:04,602 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:03:04,602 INFO blivet/MainThread: sda is a disk 2024-03-01 21:03:04,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:03:04,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:03:04,606 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:03:04,609 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:03:04,609 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:03:04,612 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:03:04,613 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,614 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:03:04,614 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc96fc880) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:03:04,617 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:03:04,617 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:03:04,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:03:04,621 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:03:04,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,631 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:03:04,632 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:03:04,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:03:04,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:03:04,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:03:04,638 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:03:04,638 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:03:04,641 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:03:04,641 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,642 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:03:04,642 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8343a00) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:03:04,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:03:04,645 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:03:04,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:03:04,648 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:03:04,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,659 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:03:04,659 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:03:04,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:03:04,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:03:04,662 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:03:04,665 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:03:04,665 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:03:04,668 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:03:04,668 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,669 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:03:04,669 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8343ac0) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:03:04,672 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:03:04,672 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:03:04,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:03:04,675 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:03:04,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,685 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:03:04,686 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:03:04,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:03:04,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:03:04,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:03:04,691 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:03:04,692 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:03:04,694 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:03:04,695 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,695 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:03:04,695 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc837df10) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:03:04,698 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:03:04,698 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:03:04,701 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:03:04,701 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:03:04,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,711 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:03:04,712 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:03:04,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:03:04,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:03:04,714 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:03:04,717 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:03:04,717 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:03:04,720 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:03:04,720 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,721 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:03:04,721 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc830d370) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:03:04,724 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:03:04,724 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:03:04,727 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:03:04,727 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:03:04,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,737 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:03:04,738 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:03:04,738 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:03:04,738 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:03:04,740 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:03:04,743 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:03:04,744 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:03:04,746 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:03:04,747 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,747 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:03:04,747 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8343490) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:03:04,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:03:04,750 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:03:04,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:03:04,753 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:03:04,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,763 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:03:04,764 INFO blivet/MainThread: sde is a disk 2024-03-01 21:03:04,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:03:04,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:03:04,767 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:03:04,770 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:03:04,770 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:03:04,773 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:03:04,773 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,774 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:03:04,774 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8308b80) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:03:04,777 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:03:04,777 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:03:04,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:03:04,780 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:03:04,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:03:04,790 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:03:04,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:03:04,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:03:04,793 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:03:04,796 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:03:04,796 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:03:04,799 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:03:04,799 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,800 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:03:04,800 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8308f40) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:03:04,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:03:04,803 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:03:04,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:03:04,806 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:03:04,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,816 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:03:04,817 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:03:04,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:03:04,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:03:04,820 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:03:04,823 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:03:04,823 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:03:04,826 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:03:04,826 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,826 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:03:04,826 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8313940) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:03:04,829 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:03:04,829 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:03:04,832 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:03:04,832 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:03:04,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,843 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:03:04,843 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:03:04,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:03:04,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:03:04,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:03:04,849 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:03:04,849 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:03:04,852 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:03:04,852 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,853 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:03:04,853 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc8313490) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:03:04,856 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:03:04,856 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:03:04,859 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:03:04,859 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:03:04,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,869 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:03:04,870 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:03:04,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:03:04,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:03:04,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:03:04,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:03:04,876 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:03:04,879 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:03:04,879 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,880 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:03:04,880 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc830d340) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:03:04,883 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:03:04,883 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:03:04,886 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:03:04,886 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:03:04,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,896 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:03:04,897 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:03:04,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:03:04,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:03:04,900 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:03:04,903 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:03:04,903 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:03:04,906 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:03:04,906 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:03:04,906 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:03:04,906 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc83116d0) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:03:04,909 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:03:04,910 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:03:04,912 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:03:04,912 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:03:04,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:04,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:04,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:03:04,922 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:03:04,922 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:03:04,922 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:03:04,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:03:04,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:03:04,925 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:03:04,927 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:03:04,928 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:03:04,930 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:03:04,931 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:03:04,931 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:03:04,931 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7fc831d430) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:03:04,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:03:04,937 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:03:04,937 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:03:04,940 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:03:04,940 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:03:04,943 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:04,944 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:03:04,947 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:04,947 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:03:04,949 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:03:04,952 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:04,955 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:03:04,960 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 0x7f7fc939fa00> 2024-03-01 21:03:05,003 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:03:05,007 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:03:05,007 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:03:05,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:03:05,010 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:03:05,011 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:03:05,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,019 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:03:05,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:05,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:05,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:03:05,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:03:05,061 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:03:05,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:03:05,064 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:03:05,067 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:03:05,067 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:03:05,070 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:03:05,070 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:03:05,071 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:03:05,073 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:03:05,076 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:03:05,079 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:03:05,081 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:03:05,084 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:03:05,085 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:03:05,085 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:03:05,085 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:03:05,085 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7fc8322fa0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f7fc83354a0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:03:05,089 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:03:05,092 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:03:05,092 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:03:05,095 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:03:05,095 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:03:05,098 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:05,098 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:03:05,101 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:05,101 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:03:05,102 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:03:05,102 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:03:05,105 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:05,106 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:03:05,108 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:03:05,108 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:03:05,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:05,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:05,136 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:03:05,136 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:03:05,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:05,148 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:03:05,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:05,158 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:03:05,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:05,167 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:03:05,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:05,177 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:03:05,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:05,186 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:03:05,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:05,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:03:05,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:03:08,694 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nhy9u_sm/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:03:08,732 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:08,732 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:03:08,736 INFO program/MainThread: stdout[2]: 2024-03-01 21:03:08,736 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:03:08,736 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:03:08,737 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:03:08,742 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:08,742 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:03:08,746 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:08,746 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:03:08,749 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:08,749 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:03:08,752 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:03:08,752 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:03:08,761 INFO program/MainThread: stdout: 2024-03-01 21:03:08,761 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:03:08,761 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,761 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:03:08,762 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:03:08,762 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:08,762 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:03:08,762 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:08,762 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:08,763 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:03:08,763 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:08,763 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:03:08,763 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:03:08,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:08,777 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:08,791 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:03:08,796 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:03:08,796 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:03:08,796 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:08,832 INFO program/MainThread: stdout[3]: 2024-03-01 21:03:08,832 INFO program/MainThread: stderr[3]: 2024-03-01 21:03:08,832 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:03:08,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:08,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:08,844 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:03:08,846 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:03:08,850 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:03:08,851 INFO blivet/MainThread: sda is a disk 2024-03-01 21:03:08,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:03:08,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:03:08,855 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:03:08,858 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:03:08,858 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:03:08,861 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:03:08,861 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:03:08,862 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:03:08,862 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f38db880) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:03:08,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:03:08,865 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:03:08,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:03:08,868 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:03:08,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:03:08,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:08,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:03:08,880 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:03:08,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:03:08,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:03:08,883 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:03:08,886 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:03:08,886 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:03:08,889 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:03:08,889 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:03:08,890 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:03:08,890 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2543a00) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:03:08,893 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:03:08,893 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:03:08,896 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:03:08,896 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:03:08,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:03:08,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:08,906 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:03:08,907 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:03:08,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:03:08,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:03:08,910 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:03:08,913 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:03:08,913 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:03:08,916 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:03:08,916 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:03:08,917 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:03:08,917 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2543ac0) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:03:08,920 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:03:08,920 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:03:08,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:03:08,923 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:03:08,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:03:08,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:08,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:03:08,934 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:03:08,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:03:08,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:03:08,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:03:08,939 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:03:08,940 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:03:08,942 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:03:08,943 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:03:08,943 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:03:08,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f257df10) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:03:08,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:03:08,946 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:03:08,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:03:08,949 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:03:08,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:03:08,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:08,959 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:03:08,960 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:03:08,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:03:08,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:03:08,963 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:03:08,965 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:03:08,966 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:03:08,968 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:03:08,969 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:03:08,969 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:03:08,969 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f250b370) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:03:08,972 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:03:08,972 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:03:08,975 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:03:08,976 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:03:08,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:03:08,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:08,986 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:03:08,986 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:03:08,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:03:08,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:03:08,989 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:03:08,992 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:03:08,992 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:03:08,995 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:03:08,995 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:03:08,996 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:03:08,996 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2543490) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:03:08,999 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:03:08,999 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:03:09,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:03:09,002 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:03:09,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,012 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:03:09,013 INFO blivet/MainThread: sde is a disk 2024-03-01 21:03:09,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:03:09,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:03:09,016 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:03:09,018 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:03:09,019 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:03:09,022 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:03:09,022 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:03:09,022 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:03:09,022 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2505b80) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:03:09,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:03:09,025 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:03:09,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:03:09,028 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:03:09,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:03:09,039 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:03:09,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:03:09,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:03:09,042 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:03:09,045 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:03:09,045 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:03:09,048 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:03:09,048 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:03:09,049 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:03:09,049 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2505f40) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:03:09,052 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:03:09,052 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:03:09,055 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:03:09,055 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:03:09,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,065 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:03:09,066 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:03:09,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:03:09,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:03:09,069 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:03:09,071 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:03:09,072 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:03:09,074 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:03:09,075 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:03:09,075 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:03:09,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2513940) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:03:09,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:03:09,078 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:03:09,081 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:03:09,081 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:03:09,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,092 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:03:09,092 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:03:09,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:03:09,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:03:09,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:03:09,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:03:09,098 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:03:09,101 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:03:09,101 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:03:09,102 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:03:09,102 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f2513490) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:03:09,105 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:03:09,105 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:03:09,108 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:03:09,108 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:03:09,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,118 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:03:09,119 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:03:09,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:03:09,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:03:09,122 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:03:09,125 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:03:09,125 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:03:09,128 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:03:09,128 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:03:09,128 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:03:09,128 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f250b340) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:03:09,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:03:09,131 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:03:09,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:03:09,134 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:03:09,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,145 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:03:09,145 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:03:09,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:03:09,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:03:09,148 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:03:09,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:03:09,151 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:03:09,154 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:03:09,154 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:03:09,155 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:03:09,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f25186d0) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:03:09,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:03:09,158 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:03:09,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:03:09,161 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:03:09,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,170 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:03:09,170 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:03:09,170 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:03:09,170 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:03:09,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:03:09,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:03:09,173 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:03:09,176 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:03:09,176 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:03:09,179 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:03:09,179 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:03:09,179 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:03:09,179 INFO blivet/MainThread: got device: DiskDevice instance (0x7f39f251d430) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:03:09,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:03:09,185 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:03:09,186 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:03:09,188 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:03:09,189 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:03:09,192 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:09,192 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:03:09,195 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:09,195 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:03:09,198 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:03:09,200 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:09,203 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:03:09,209 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 0x7f39f3e6a240> 2024-03-01 21:03:09,251 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:03:09,255 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:03:09,255 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:03:09,258 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:03:09,259 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:03:09,259 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:03:09,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,267 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:03:09,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,272 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:09,284 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:09,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:03:09,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:03:09,309 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:03:09,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:03:09,312 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:03:09,315 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:03:09,315 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:03:09,318 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:03:09,318 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:03:09,318 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:03:09,321 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:03:09,324 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:03:09,326 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:03:09,329 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:03:09,332 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:03:09,332 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:03:09,332 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:03:09,333 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:03:09,332 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f39f2521fa0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f39f3a1c4f0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:03:09,336 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:03:09,339 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:03:09,339 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:03:09,342 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:03:09,342 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:03:09,345 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:09,345 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:03:09,348 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:03:09,348 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:03:09,349 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:03:09,350 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:03:09,352 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,353 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:03:09,355 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:03:09,355 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:03:09,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:09,367 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:09,381 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:03:09,382 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:03:09,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,393 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:03:09,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,403 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:03:09,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,412 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:03:09,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,422 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:03:09,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,431 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:03:09,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,441 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:03:09,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,450 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:03:09,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:03:09,455 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:03:09,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:03:09,460 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:03:09,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:03:09,465 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:03:09,468 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,468 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:03:09,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:03:09,471 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:03:09,471 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:03:09,474 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,474 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:03:09,476 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,477 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:03:09,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:03:09,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:03:09,479 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:03:09,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,482 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:03:09,485 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,485 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:03:09,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:03:09,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:03:09,488 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:03:09,490 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,490 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:03:09,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:03:09,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:03:09,498 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:03:09,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:03:09,504 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:03:09,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:03:09,510 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:03:09,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:03:09,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:03:09,515 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:03:09,515 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:03:09,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,526 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:03:09,526 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:03:09,527 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:03:09,527 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:03:09,528 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:03:09,528 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:03:09,531 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,531 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:03:09,533 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:03:09,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:03:09,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:03:09,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:03:09,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:03:09,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:03:09,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:03:09,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:03:09,552 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:03:09,552 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:03:09,553 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:03:09,553 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:03:09,589 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:03:09,589 INFO program/MainThread: stderr[4]: 2024-03-01 21:03:09,589 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:03:09,590 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:03:09,590 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:09,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:03:09,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:03:09,595 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:09,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,605 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:03:09,606 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:03:09,607 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:03:09,607 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:03:09,607 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:03:09,608 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:03:09,610 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,610 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:03:09,614 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:03:09,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:03:09,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:03:09,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:03:09,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:03:09,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:03:09,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:03:09,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:03:09,641 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:03:09,642 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:03:09,642 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:03:09,643 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:03:09,643 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:09,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:03:09,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:03:09,648 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:09,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,662 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:03:09,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:03:09,669 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:03:09,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:03:09,676 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:03:09,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:03:09,683 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:03:09,686 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,686 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:03:09,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:03:09,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:03:09,689 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:03:09,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,692 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:03:09,694 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,694 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:03:09,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:03:09,697 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:03:09,697 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:03:09,700 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,700 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:03:09,703 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,703 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:03:09,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:03:09,706 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:03:09,706 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:03:09,708 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,708 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:03:09,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:03:09,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:03:09,715 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:03:09,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:03:09,721 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:03:09,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:03:09,727 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:03:09,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:03:09,731 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:03:09,731 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:03:09,731 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:03:09,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,743 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:03:09,744 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:03:09,744 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:03:09,744 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:03:09,744 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:03:09,745 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:03:09,747 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,747 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:03:09,750 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:03:09,753 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:03:09,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:03:09,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:03:09,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:03:09,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:03:09,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:03:09,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:03:09,769 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:03:09,769 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:03:09,769 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:03:09,769 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:03:09,769 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:09,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:03:09,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:03:09,773 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:09,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,783 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:03:09,784 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:03:09,784 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:03:09,785 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:03:09,785 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:03:09,785 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:03:09,788 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,788 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:03:09,790 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:03:09,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:03:09,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:03:09,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:03:09,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:03:09,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:03:09,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:03:09,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:03:09,809 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:03:09,810 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:03:09,810 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:03:09,810 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:03:09,810 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:09,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:03:09,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:03:09,814 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:09,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,824 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:03:09,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:03:09,829 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:03:09,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:03:09,834 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:03:09,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:03:09,839 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:03:09,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:03:09,843 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:03:09,846 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,846 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:03:09,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:03:09,849 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:03:09,849 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:03:09,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,851 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:03:09,854 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,854 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:03:09,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:03:09,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:03:09,857 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:03:09,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,860 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:03:09,863 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,863 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:03:09,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:03:09,866 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:03:09,866 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:03:09,868 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,869 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:03:09,871 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:03:09,871 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:03:09,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:03:09,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:03:09,874 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:03:09,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:03:09,877 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:03:09,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:03:09,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:03:09,884 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:03:09,887 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:03:09,890 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:03:09,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:03:09,896 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:03:09,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:03:09,903 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:03:09,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:03:09,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:03:09,907 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:03:09,907 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:03:09,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,919 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:03:09,920 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:09,921 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:03:09,921 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:03:09,921 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:09,921 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:03:09,924 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,924 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:03:09,926 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:03:09,930 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:03:09,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:03:09,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:03:09,936 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:03:09,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:03:09,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:03:09,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:03:09,946 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:09,946 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:03:09,946 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:03:09,946 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:03:09,946 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:09,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:03:09,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:03:09,950 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:09,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:09,960 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:03:09,961 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:09,962 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:03:09,962 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:03:09,962 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:09,963 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:03:09,965 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,965 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:03:09,968 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:09,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:03:09,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:03:09,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:03:09,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:03:09,978 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:03:09,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:03:09,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:03:09,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:03:09,987 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:09,988 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:03:09,988 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:03:09,988 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:03:09,988 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:09,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:03:09,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:03:09,992 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:09,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:09,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:09,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:10,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:10,002 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:03:10,003 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:10,004 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:03:10,004 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:03:10,004 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:10,005 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:03:10,007 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:10,007 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:03:10,010 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:10,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:03:10,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:03:10,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:03:10,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:03:10,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:03:10,023 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:03:10,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:03:10,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:03:10,029 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:10,030 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:03:10,030 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:03:10,030 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:03:10,030 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:10,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:03:10,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:03:10,034 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:10,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:10,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:03:10,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:10,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:03:10,044 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:03:10,045 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:10,046 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:03:10,046 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:03:10,046 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:10,047 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:03:10,050 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:10,050 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:03:10,052 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:03:10,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:03:10,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:03:10,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:03:10,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:03:10,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:03:10,065 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:03:10,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:03:10,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:03:10,072 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:03:10,073 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:03:10,073 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:03:10,073 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:03:10,073 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:10,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:03:10,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:03:10,077 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:10,078 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:03:10,078 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:10,079 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:10,080 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:10,081 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:03:10,083 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:03:10,085 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:03:10,087 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:03:10,090 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:03:10,090 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:03:10,093 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:03:10,093 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 0x7f39f245c4f0> 2024-03-01 21:03:10,093 INFO blivet/MainThread: sorting actions... 2024-03-01 21:03:10,127 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:03:10,128 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:03:10,128 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:03:10,128 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:03:10,129 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:03:10,129 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:03:10,130 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:03:10,130 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:03:10,130 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:03:10,131 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:03:10,131 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:03:10,131 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:03:10,132 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:03:10,132 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:03:10,132 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:03:10,132 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:10,133 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:10,133 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:10,134 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:10,134 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:10,135 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:10,135 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:10,135 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:10,136 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:03:10,136 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:03:10,136 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:03:10,137 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:03:10,137 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:10,138 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:10,138 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:10,138 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:10,139 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:03:10,139 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:03:10,139 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:03:10,140 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:03:10,140 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:10,141 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:10,141 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:10,141 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:10,142 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:03:10,145 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,147 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:03:10,147 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:03:10,156 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,182 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,182 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,194 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,195 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:03:10,199 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,201 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:03:10,201 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:03:10,208 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,208 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,234 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,248 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,249 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:03:10,253 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,255 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:03:10,255 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:03:10,262 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,263 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,292 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,308 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,309 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:03:10,313 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,315 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:03:10,315 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:03:10,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,322 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,351 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,366 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,367 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:03:10,371 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,373 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:03:10,373 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:03:10,380 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,406 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,419 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,420 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:03:10,424 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,426 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:03:10,426 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:03:10,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,434 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,462 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,477 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,478 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:03:10,482 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,484 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:03:10,484 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:03:10,490 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,491 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,520 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,534 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:03:10,538 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,540 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:03:10,540 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:03:10,547 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,547 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,575 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,589 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,590 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:03:10,594 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,596 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:03:10,596 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:03:10,603 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,631 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,632 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,645 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,646 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:03:10,650 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:03:10,652 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:03:10,652 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:03:10,658 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,686 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,687 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,701 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,702 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:03:10,706 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:10,708 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:03:10,711 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:03:10,711 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:03:10,711 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:10,711 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:10,752 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 21:03:10,752 INFO program/MainThread: stderr[5]: 2024-03-01 21:03:10,752 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:03:10,753 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:10,768 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 21:03:10,768 INFO program/MainThread: stderr[6]: 2024-03-01 21:03:10,768 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:03:10,768 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 21:03:10,800 INFO program/MainThread: stdout[7]: 2024-03-01 21:03:10,800 INFO program/MainThread: stderr[7]: 2024-03-01 21:03:10,800 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:03:10,801 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 21:03:10,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,818 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,822 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:03:10,823 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:03:10,824 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:03:10,836 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,864 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:03:10,868 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:10,870 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:03:10,872 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:03:10,873 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:03:10,873 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:10,873 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:10,910 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:03:10,910 INFO program/MainThread: stderr[8]: 2024-03-01 21:03:10,910 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:03:10,911 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:10,925 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 21:03:10,926 INFO program/MainThread: stderr[9]: 2024-03-01 21:03:10,926 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:03:10,926 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 21:03:10,956 INFO program/MainThread: stdout[10]: 2024-03-01 21:03:10,956 INFO program/MainThread: stderr[10]: 2024-03-01 21:03:10,956 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:03:10,956 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 21:03:10,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:10,971 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,975 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:03:10,976 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:03:10,977 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:03:10,989 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:10,989 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,016 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,017 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:03:11,021 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,023 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,025 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,026 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:03:11,026 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:11,026 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:11,059 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:03:11,059 INFO program/MainThread: stderr[11]: 2024-03-01 21:03:11,059 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:03:11,059 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:11,076 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 21:03:11,076 INFO program/MainThread: stderr[12]: 2024-03-01 21:03:11,076 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:03:11,076 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 21:03:11,109 INFO program/MainThread: stdout[13]: 2024-03-01 21:03:11,109 INFO program/MainThread: stderr[13]: 2024-03-01 21:03:11,109 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:03:11,110 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 21:03:11,110 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,124 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,128 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:03:11,129 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:03:11,130 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:03:11,141 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,168 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,169 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:03:11,173 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,175 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,177 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,177 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:03:11,178 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:11,178 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:11,215 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:03:11,215 INFO program/MainThread: stderr[14]: 2024-03-01 21:03:11,215 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:03:11,215 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:11,231 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 21:03:11,231 INFO program/MainThread: stderr[15]: 2024-03-01 21:03:11,232 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:03:11,232 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 21:03:11,267 INFO program/MainThread: stdout[16]: 2024-03-01 21:03:11,267 INFO program/MainThread: stderr[16]: 2024-03-01 21:03:11,267 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:03:11,267 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 21:03:11,268 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,282 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:03:11,287 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:03:11,288 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:03:11,299 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,300 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,326 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,327 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:03:11,330 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:03:11,333 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:03:11,336 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,338 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,341 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,343 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,346 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,348 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,351 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,353 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:03:11,356 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:11,418 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 21:03:11,419 INFO program/MainThread: stderr[17]: 2024-03-01 21:03:11,419 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:03:11,428 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:03:11,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:03:11,442 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,450 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,456 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,462 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,471 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,478 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,485 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,490 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,491 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,564 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:03:11,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:03:11,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,583 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,584 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:03:11,595 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,595 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,611 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,612 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:11,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:03:11,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:03:11,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:03:11,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:03:11,628 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,631 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,634 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,637 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,639 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,642 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,645 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,648 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:03:11,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,660 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:03:11,665 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:11,701 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 21:03:11,701 INFO program/MainThread: stderr[18]: 2024-03-01 21:03:11,701 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:03:11,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:03:11,706 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:11,767 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 21:03:11,767 INFO program/MainThread: stderr[19]: 2024-03-01 21:03:11,767 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:03:11,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:03:11,788 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:03:11,788 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,834 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:03:11,839 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:03:11,840 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:03:11,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:11,870 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:11,871 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:03:11,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:11,878 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:03:11,881 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:03:11,881 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:03:12,006 INFO program/MainThread: stdout: 2024-03-01 21:03:12,007 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:03:12,007 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:12,007 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:12,007 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:12,007 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:03:12,007 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:12,007 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:12,007 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:12,007 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:12,007 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:12,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,008 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:03:12,032 INFO program/MainThread: stdout: 2024-03-01 21:03:12,032 INFO program/MainThread: writing all SBs 2024-03-01 21:03:12,032 INFO program/MainThread: new label = "" 2024-03-01 21:03:12,032 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:12,052 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:03:12,057 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:03:12,058 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:03:12,069 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,069 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:12,089 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,090 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:12,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:03:12,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:03:12,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:12,100 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 test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:12,137 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 21:03:12,138 INFO program/MainThread: stderr[20]: 2024-03-01 21:03:12,138 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:03:12,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:03:12,142 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:12,218 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 21:03:12,219 INFO program/MainThread: stderr[21]: 2024-03-01 21:03:12,219 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:03:12,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:12,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:03:12,242 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:03:12,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:12,285 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:03:12,293 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:03:12,293 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:03:12,305 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:12,323 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:12,324 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:03:12,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:12,330 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:03:12,333 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:03:12,333 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:03:13,101 INFO program/MainThread: stdout: 2024-03-01 21:03:13,101 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:03:13,102 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:13,102 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:13,102 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:13,102 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:03:13,102 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:13,102 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:13,102 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:13,102 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:13,102 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:13,102 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,102 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:03:13,119 INFO program/MainThread: stdout: 2024-03-01 21:03:13,119 INFO program/MainThread: writing all SBs 2024-03-01 21:03:13,119 INFO program/MainThread: new label = "" 2024-03-01 21:03:13,119 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:13,135 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:03:13,140 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:03:13,141 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:03:13,152 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:13,167 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,168 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:13,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:03:13,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:03:13,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:13,179 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_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:13,215 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 21:03:13,215 INFO program/MainThread: stderr[22]: 2024-03-01 21:03:13,215 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:03:13,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:03:13,220 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:13,287 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 21:03:13,288 INFO program/MainThread: stderr[23]: 2024-03-01 21:03:13,288 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:03:13,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:13,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:03:13,310 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:03:13,310 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:13,356 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:03:13,363 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:03:13,364 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:03:13,375 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,375 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:13,394 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:13,395 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:03:13,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:13,402 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:03:13,404 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:03:13,404 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:03:14,185 INFO program/MainThread: stdout: 2024-03-01 21:03:14,185 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:03:14,185 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:14,185 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:14,186 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:14,186 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:03:14,186 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:14,186 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:14,186 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:14,186 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:14,186 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:14,186 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,186 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:03:14,203 INFO program/MainThread: stdout: 2024-03-01 21:03:14,203 INFO program/MainThread: writing all SBs 2024-03-01 21:03:14,204 INFO program/MainThread: new label = "" 2024-03-01 21:03:14,204 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,204 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:14,222 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:03:14,228 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:03:14,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:03:14,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,241 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:14,260 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,261 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:14,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:03:14,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:03:14,270 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:14,270 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_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:14,309 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 21:03:14,310 INFO program/MainThread: stderr[24]: 2024-03-01 21:03:14,310 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:03:14,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:03:14,314 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:14,374 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 21:03:14,374 INFO program/MainThread: stderr[25]: 2024-03-01 21:03:14,374 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:03:14,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:14,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:03:14,394 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:03:14,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:14,443 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:03:14,464 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:03:14,465 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:03:14,476 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:14,495 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:14,496 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:03:14,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:14,503 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:03:14,505 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:03:14,506 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:03:15,270 INFO program/MainThread: stdout: 2024-03-01 21:03:15,270 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:03:15,271 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:15,271 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:15,271 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:15,272 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:03:15,272 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:15,272 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:15,272 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:15,272 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:15,272 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:15,272 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,272 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:03:15,289 INFO program/MainThread: stdout: 2024-03-01 21:03:15,289 INFO program/MainThread: writing all SBs 2024-03-01 21:03:15,289 INFO program/MainThread: new label = "" 2024-03-01 21:03:15,289 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,289 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,314 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:03:15,319 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:03:15,320 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:03:15,331 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,332 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,349 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,350 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:03:15,353 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,356 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,358 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,358 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:03:15,359 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:15,359 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:15,396 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:03:15,397 INFO program/MainThread: stderr[26]: 2024-03-01 21:03:15,397 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:03:15,397 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:15,411 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 21:03:15,411 INFO program/MainThread: stderr[27]: 2024-03-01 21:03:15,411 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:03:15,411 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 21:03:15,443 INFO program/MainThread: stdout[28]: 2024-03-01 21:03:15,443 INFO program/MainThread: stderr[28]: 2024-03-01 21:03:15,443 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:03:15,443 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 21:03:15,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,458 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,462 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:03:15,463 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:03:15,464 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:03:15,475 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,476 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,500 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,501 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:03:15,505 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,507 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,509 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,510 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:03:15,510 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:15,510 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:15,549 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:03:15,549 INFO program/MainThread: stderr[29]: 2024-03-01 21:03:15,549 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:03:15,549 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:15,563 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 21:03:15,563 INFO program/MainThread: stderr[30]: 2024-03-01 21:03:15,563 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:03:15,563 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 21:03:15,595 INFO program/MainThread: stdout[31]: 2024-03-01 21:03:15,595 INFO program/MainThread: stderr[31]: 2024-03-01 21:03:15,595 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:03:15,595 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 21:03:15,595 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,610 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,614 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:03:15,615 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:03:15,616 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:03:15,628 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,653 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,654 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:03:15,657 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,660 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,662 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,662 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:03:15,663 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:15,663 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:15,705 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:03:15,706 INFO program/MainThread: stderr[32]: 2024-03-01 21:03:15,706 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:03:15,706 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:15,718 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 21:03:15,719 INFO program/MainThread: stderr[33]: 2024-03-01 21:03:15,719 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:03:15,719 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 21:03:15,751 INFO program/MainThread: stdout[34]: 2024-03-01 21:03:15,751 INFO program/MainThread: stderr[34]: 2024-03-01 21:03:15,751 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:03:15,751 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 21:03:15,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,766 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,770 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:03:15,771 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:03:15,772 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:03:15,783 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,806 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:15,807 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:03:15,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:03:15,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:03:15,815 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,818 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,820 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,823 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,825 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,828 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:03:15,831 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:15,883 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 21:03:15,884 INFO program/MainThread: stderr[35]: 2024-03-01 21:03:15,884 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:03:15,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:03:15,903 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:03:15,915 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,927 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,932 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,941 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,952 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:15,959 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:03:15,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:15,995 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:03:16,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:03:16,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,018 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:03:16,028 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,040 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,041 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:16,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:03:16,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:03:16,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:03:16,053 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:03:16,056 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,059 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:03:16,062 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,064 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:03:16,067 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,070 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:03:16,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,081 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,085 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:03:16,086 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:16,121 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:03:16,122 INFO program/MainThread: stderr[36]: 2024-03-01 21:03:16,122 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:03:16,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:03:16,126 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:16,201 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 21:03:16,202 INFO program/MainThread: stderr[37]: 2024-03-01 21:03:16,202 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:03:16,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:03:16,223 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:03:16,223 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,251 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:03:16,257 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:03:16,257 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:03:16,269 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,269 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,284 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,285 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:03:16,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,292 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:03:16,294 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:03:16,294 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:03:16,417 INFO program/MainThread: stdout: 2024-03-01 21:03:16,417 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:03:16,417 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:16,417 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:16,417 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:16,417 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:03:16,417 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:16,417 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:16,417 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:16,417 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:16,418 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:16,418 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,418 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:03:16,434 INFO program/MainThread: stdout: 2024-03-01 21:03:16,434 INFO program/MainThread: writing all SBs 2024-03-01 21:03:16,434 INFO program/MainThread: new label = "" 2024-03-01 21:03:16,434 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,435 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,453 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:03:16,458 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:03:16,459 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:03:16,470 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,471 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,491 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,492 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:16,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:03:16,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:03:16,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,502 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:16,539 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 21:03:16,539 INFO program/MainThread: stderr[38]: 2024-03-01 21:03:16,539 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:03:16,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:03:16,544 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:16,614 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 21:03:16,615 INFO program/MainThread: stderr[39]: 2024-03-01 21:03:16,615 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:03:16,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:03:16,636 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:03:16,636 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,667 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,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 21:03:16,673 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:03:16,673 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:03:16,685 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:16,701 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:16,701 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:03:16,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:16,708 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:03:16,710 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:03:16,711 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:03:17,530 INFO program/MainThread: stdout: 2024-03-01 21:03:17,530 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:03:17,530 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:17,530 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:17,530 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:17,530 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:03:17,531 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:17,531 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:17,531 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:17,531 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:17,531 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:17,531 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,531 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:03:17,548 INFO program/MainThread: stdout: 2024-03-01 21:03:17,548 INFO program/MainThread: writing all SBs 2024-03-01 21:03:17,548 INFO program/MainThread: new label = "" 2024-03-01 21:03:17,548 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:17,566 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,570 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:03:17,571 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:03:17,572 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:03:17,583 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:17,604 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,605 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:03:17,609 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:17,611 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:03:17,614 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:03:17,614 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:03:17,614 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:17,614 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:17,658 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:03:17,659 INFO program/MainThread: stderr[40]: 2024-03-01 21:03:17,659 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:03:17,659 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:17,672 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 21:03:17,672 INFO program/MainThread: stderr[41]: 2024-03-01 21:03:17,672 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:03:17,672 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 21:03:17,704 INFO program/MainThread: stdout[42]: 2024-03-01 21:03:17,704 INFO program/MainThread: stderr[42]: 2024-03-01 21:03:17,704 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:03:17,704 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 21:03:17,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:17,719 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,723 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:03:17,724 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:03:17,725 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:03:17,736 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:17,763 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,764 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:03:17,768 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:17,770 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:03:17,773 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:03:17,773 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:03:17,774 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:17,774 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:17,817 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:03:17,822 INFO program/MainThread: stderr[43]: 2024-03-01 21:03:17,822 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:03:17,822 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:17,832 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 21:03:17,832 INFO program/MainThread: stderr[44]: 2024-03-01 21:03:17,832 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:03:17,832 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 21:03:17,865 INFO program/MainThread: stdout[45]: 2024-03-01 21:03:17,865 INFO program/MainThread: stderr[45]: 2024-03-01 21:03:17,865 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:03:17,865 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 21:03:17,866 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:17,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,884 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:03:17,885 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:03:17,886 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:03:17,897 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:17,923 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:17,924 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:03:17,928 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:17,930 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:03:17,932 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:03:17,933 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:03:17,933 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:03:17,933 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:03:17,974 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:03:17,974 INFO program/MainThread: stderr[46]: 2024-03-01 21:03:17,974 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:03:17,974 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:17,987 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 21:03:17,988 INFO program/MainThread: stderr[47]: 2024-03-01 21:03:17,988 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:03:17,988 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 21:03:18,020 INFO program/MainThread: stdout[48]: 2024-03-01 21:03:18,020 INFO program/MainThread: stderr[48]: 2024-03-01 21:03:18,020 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:03:18,020 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 21:03:18,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,040 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:03:18,041 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:03:18,042 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:03:18,053 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,078 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,079 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:03:18,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:03:18,085 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:03:18,087 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,090 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,093 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,095 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,098 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,100 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:03:18,103 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:18,155 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 21:03:18,156 INFO program/MainThread: stderr[49]: 2024-03-01 21:03:18,156 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:03:18,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:03:18,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:03:18,188 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,196 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,212 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,222 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,233 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,266 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,271 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:03:18,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:03:18,274 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,288 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,289 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:03:18,300 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,300 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,311 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,311 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:18,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:03:18,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:03:18,321 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:03:18,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:03:18,327 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,330 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,333 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,336 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,339 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,341 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:03:18,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,357 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:03:18,362 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:18,405 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:03:18,405 INFO program/MainThread: stderr[50]: 2024-03-01 21:03:18,405 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:03:18,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:03:18,410 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:18,489 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 21:03:18,490 INFO program/MainThread: stderr[51]: 2024-03-01 21:03:18,490 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:03:18,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,512 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:03:18,513 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:03:18,513 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,537 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,542 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:03:18,543 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:03:18,543 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:03:18,554 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,572 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,573 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:03:18,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,580 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:03:18,582 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:03:18,582 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:03:18,704 INFO program/MainThread: stdout: 2024-03-01 21:03:18,704 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:03:18,704 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:18,704 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:18,704 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:18,704 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:03:18,704 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:18,704 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:18,705 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:18,705 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:18,705 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:18,705 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,705 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:03:18,721 INFO program/MainThread: stdout: 2024-03-01 21:03:18,721 INFO program/MainThread: writing all SBs 2024-03-01 21:03:18,721 INFO program/MainThread: new label = "" 2024-03-01 21:03:18,721 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,739 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:03:18,744 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:03:18,745 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:03:18,757 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,757 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,775 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,776 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:18,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:03:18,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:03:18,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,786 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:18,825 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:03:18,825 INFO program/MainThread: stderr[52]: 2024-03-01 21:03:18,825 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:03:18,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:03:18,829 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:03:18,883 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 21:03:18,883 INFO program/MainThread: stderr[53]: 2024-03-01 21:03:18,883 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:03:18,893 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:03:18,906 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:03:18,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,939 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:03:18,944 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:03:18,945 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:03:18,956 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:18,974 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:18,975 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:03:18,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:03:18,981 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:03:18,984 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:03:18,984 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:03:19,786 INFO program/MainThread: stdout: 2024-03-01 21:03:19,787 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:03:19,787 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:03:19,787 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:03:19,787 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:03:19,787 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:03:19,787 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:03:19,787 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:03:19,787 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:03:19,787 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:03:19,787 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:03:19,787 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:19,788 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:03:19,804 INFO program/MainThread: stdout: 2024-03-01 21:03:19,804 INFO program/MainThread: writing all SBs 2024-03-01 21:03:19,805 INFO program/MainThread: new label = "" 2024-03-01 21:03:19,805 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:19,805 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:19,823 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:19,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:03:19,828 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:03:19,829 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:03:19,840 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:19,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:03:19,859 DEBUG program/MainThread: Return code: 0 2024-03-01 21:03:19,864 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:03:19,864 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 0x7f39f35a0130> 2024-03-01 21:03:19,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:03:19,871 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:03:19,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:03:19,877 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:03:19,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:03:19,882 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:03:19,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:03:19,887 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:03:19,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:03:19,892 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:03:19,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:03:19,898 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:03:19,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:03:19,903 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:03:19,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:03:19,908 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:03:19,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:03:19,913 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:03:19,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:03:19,918 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:03:19,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:03:19,923 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:03:19,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:03:19,928 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:03:19,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:03:19,933 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:03:19,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:03:19,938 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:03:19,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:03:19,943 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:03:19,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:03:19,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:03:19,948 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:05:38,547 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_636ocp3m/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:05:38,585 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:38,585 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:05:38,589 INFO program/MainThread: stdout[2]: 2024-03-01 21:05:38,589 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:05:38,589 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:05:38,590 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:05:38,595 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:38,595 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:05:38,599 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:38,599 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:05:38,602 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:38,602 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:05:38,605 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:38,606 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:05:38,618 INFO program/MainThread: stdout: 2024-03-01 21:05:38,618 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:05:38,618 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko 2024-03-01 21:05:38,618 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 2024-03-01 21:05:38,618 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu 2024-03-01 21:05:38,618 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 2024-03-01 21:05:38,618 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bafb3526-3206-4c08-b919-62dfdb09aebc 2024-03-01 21:05:38,618 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g 2024-03-01 21:05:38,618 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 2024-03-01 21:05:38,618 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6294bb2f-337b-48f4-b402-1207542d991b 2024-03-01 21:05:38,618 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 044c696e-daa3-4438-a4b0-a55988c35bb4 2024-03-01 21:05:38,618 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 2024-03-01 21:05:38,618 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C 2024-03-01 21:05:38,618 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O 2024-03-01 21:05:38,618 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs f33ebd4a-51b9-4f37-aa9a-e48d909b32ea 2024-03-01 21:05:38,618 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e5d06268-4542-40ac-ae9a-ce13c6c54d2a 2024-03-01 21:05:38,618 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 2024-03-01 21:05:38,618 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI 2024-03-01 21:05:38,618 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 2024-03-01 21:05:38,618 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq 2024-03-01 21:05:38,618 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 2024-03-01 21:05:38,618 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa 2024-03-01 21:05:38,619 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 2024-03-01 21:05:38,619 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:05:38,619 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:05:38,619 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:05:38,619 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:38,619 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:38,619 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 sdb 1073741824 root disk brw-rw---- LVM2_member xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bafb3526-3206-4c08-b919-62dfdb09aebc sdc 1073741824 root disk brw-rw---- LVM2_member cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g sdd 1073741824 root disk brw-rw---- LVM2_member R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6294bb2f-337b-48f4-b402-1207542d991b `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 044c696e-daa3-4438-a4b0-a55988c35bb4 sde 1073741824 root disk brw-rw---- LVM2_member 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 sdf 1073741824 root disk brw-rw---- LVM2_member bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C sdg 1073741824 root disk brw-rw---- LVM2_member kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O |-test_vg3-lv8 427819008 root disk brw-rw---- xfs f33ebd4a-51b9-4f37-aa9a-e48d909b32ea |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e5d06268-4542-40ac-ae9a-ce13c6c54d2a `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 sdh 1073741824 root disk brw-rw---- LVM2_member Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 sdi 1073741824 root disk brw-rw---- LVM2_member Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 sdj 1073741824 root disk brw-rw---- LVM2_member 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:38,619 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:38,619 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:38,620 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:05:38,620 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:38,620 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:05:38,620 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:05:38,620 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:38,632 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:38,650 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:05:38,654 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko', 'ID_FS_UUID_ENC': 'Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:05:38,654 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:05:38,655 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:05:38,698 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:38,698 INFO program/MainThread: stderr[3]: 2024-03-01 21:05:38,698 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:05:38,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:38,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:38,711 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:05:38,713 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:05:38,717 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:05:38,718 INFO blivet/MainThread: sda is a disk 2024-03-01 21:05:38,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:05:38,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:05:38,722 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:05:38,725 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:05:38,725 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:05:38,728 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:05:38,729 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:05:38,729 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:05:38,729 INFO blivet/MainThread: got device: DiskDevice instance (0x7f896336b700) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:05:38,732 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:05:38,736 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:38,736 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:05:38,739 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:38,739 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:05:38,742 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:38,742 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:05:38,746 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:38,746 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:05:38,749 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:05:38,749 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:05:38,749 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:38,789 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:38,789 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu. WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:38,789 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:05:38,789 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:05:38,794 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko ; label: None ; device: /dev/sda ; serial: 36001405f6de8f902632455d808039c60 ; exists: True ; vg_name: test_vg1 ; vg_uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; pe_start: 8 MiB ; 2024-03-01 21:05:38,794 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:05:38,797 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:05:38,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:38,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:38,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:38,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:38,809 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:38,851 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:38,851 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu. WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:38,851 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:05:38,851 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:38,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:05:38,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:05:38,861 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:38,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:05:38,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:05:38,864 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:38,904 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:38,904 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu. WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:38,904 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:05:38,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:05:38,909 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:05:38,912 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:05:38,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:38,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:38,918 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:38,918 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:38,921 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/lvm-pv-uuid-xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu', 'ID_FS_UUID_ENC': 'xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:05:38,921 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:05:38,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:05:38,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:38,932 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:05:38,933 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:05:38,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:05:38,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:05:38,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:05:38,939 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:05:38,939 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:05:38,942 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:05:38,942 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:05:38,943 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:05:38,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961f7c970) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:05:38,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:05:38,949 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:38,949 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:05:38,952 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:38,952 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:05:38,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:38,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:05:38,958 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:38,958 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:05:38,961 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:05:38,961 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:05:38,961 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,000 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:39,000 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). 2024-03-01 21:05:39,000 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:05:39,000 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:05:39,005 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu ; label: None ; device: /dev/sdb ; serial: 36001405706fca6e39674003af64dc9d0 ; exists: True ; vg_name: test_vg1 ; vg_uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:05:39,005 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:05:39,008 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:05:39,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:39,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:05:39,019 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:39,022 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:05:39,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:39,028 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,063 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:39,064 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). 2024-03-01 21:05:39,064 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:05:39,064 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:39,064 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:39,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:05:39,069 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:05:39,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,080 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:05:39,080 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:05:39,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:05:39,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:05:39,083 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:05:39,086 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:05:39,087 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:05:39,089 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:05:39,090 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:05:39,090 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:05:39,090 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961f06850) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:05:39,094 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:05:39,094 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:05:39,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:05:39,097 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:05:39,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:05:39,108 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:05:39,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:05:39,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:05:39,111 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:05:39,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:05:39,114 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:05:39,117 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:05:39,117 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:05:39,118 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:05:39,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961f06760) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:05:39,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:05:39,121 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:05:39,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g', 'ID_FS_UUID_ENC': 'cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:05:39,124 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:05:39,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,134 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:05:39,135 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:05:39,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:05:39,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:05:39,138 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:05:39,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:05:39,141 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:05:39,144 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:05:39,144 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:05:39,145 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:05:39,145 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961f1b070) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:05:39,148 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:05:39,151 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:39,151 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:05:39,154 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:39,154 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:05:39,157 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,157 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:05:39,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:05:39,163 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:05:39,163 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:05:39,163 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,203 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:39,204 INFO program/MainThread: stderr[9]: 2024-03-01 21:05:39,204 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:05:39,204 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:05:39,208 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g ; label: None ; device: /dev/sdc ; serial: 36001405e118e343f15e4027a7c95d5ae ; exists: True ; vg_name: test_vg1 ; vg_uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:39,209 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:05:39,211 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:05:39,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:39,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:05:39,223 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:39,226 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:05:39,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:39,232 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,269 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:39,269 INFO program/MainThread: stderr[10]: 2024-03-01 21:05:39,269 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:05:39,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:39,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:05:39,285 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:39,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:05:39,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:39,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:39,293 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:39,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:39,296 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:39,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:05:39,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:05:39,303 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:39,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:05:39,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:39,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:39,309 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:39,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:39,313 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:39,313 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:05:39,313 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:05:39,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:39,316 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:39,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:39,319 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:39,324 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/bafb3526-3206-4c08-b919-62dfdb09aebc ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'ID_FS_UUID_ENC': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602674715'} ; 2024-03-01 21:05:39,324 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:39,325 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:39,328 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:05:39,329 INFO program/MainThread: stderr[11]: 2024-03-01 21:05:39,329 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:05:39,329 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:39,332 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:05:39,332 INFO program/MainThread: stderr[12]: 2024-03-01 21:05:39,332 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:05:39,332 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:39,335 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:05:39,335 INFO program/MainThread: stderr[13]: 2024-03-01 21:05:39,335 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:05:39,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:05:39,345 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:39,346 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:39,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:39,347 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:39,343 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f1be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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 (0x7f8961fcd760) -- 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 = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:39,347 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:39,351 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:05:39,351 INFO program/MainThread: stderr[14]: 2024-03-01 21:05:39,351 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:05:39,355 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:39,358 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:39,359 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:05:39,362 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:39,362 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:05:39,365 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,365 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:05:39,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,368 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:05:39,370 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:05:39,370 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:05:39,373 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:39,374 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:05:39,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:05:39,377 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:39,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:39,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:05:39,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:39,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:05:39,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:39,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:39,398 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:39,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:39,402 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:39,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:05:39,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:05:39,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:39,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:05:39,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:39,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:39,415 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:39,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:39,418 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:39,418 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:05:39,419 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:05:39,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:39,422 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:39,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:39,425 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:39,428 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/49d2821c-26f8-4939-bbf6-e6abeb1d2397 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'ID_FS_UUID_ENC': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602270571'} ; 2024-03-01 21:05:39,428 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:39,429 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:39,432 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:05:39,433 INFO program/MainThread: stderr[15]: 2024-03-01 21:05:39,433 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:05:39,433 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:39,436 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:05:39,436 INFO program/MainThread: stderr[16]: 2024-03-01 21:05:39,436 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:05:39,436 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:39,439 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:05:39,439 INFO program/MainThread: stderr[17]: 2024-03-01 21:05:39,439 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:05:39,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:05:39,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:39,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:39,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:39,451 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:39,447 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f1b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O 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 (0x7f8961fcd760) -- name = test_vg1 status = True 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 = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:39,452 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:39,455 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:05:39,455 INFO program/MainThread: stderr[18]: 2024-03-01 21:05:39,455 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:05:39,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:39,463 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:39,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:05:39,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:39,466 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:05:39,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:05:39,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,473 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:05:39,473 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:05:39,476 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:39,476 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:05:39,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:05:39,479 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:39,479 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:39,483 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/lvm-pv-uuid-R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2', 'ID_FS_UUID_ENC': 'R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:05:39,483 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:05:39,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,494 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:05:39,495 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:05:39,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:05:39,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:05:39,498 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:05:39,501 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:05:39,501 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:05:39,504 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:05:39,504 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:05:39,505 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:05:39,505 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961f1a4c0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:05:39,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:05:39,511 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:39,511 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:05:39,514 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:39,514 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:05:39,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:05:39,520 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,520 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:05:39,522 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:05:39,522 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:05:39,523 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,560 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:39,560 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6. WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:39,560 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:05:39,560 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:05:39,564 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 ; label: None ; device: /dev/sdd ; serial: 36001405a240065280c44a4c8d35c6f2b ; exists: True ; vg_name: test_vg2 ; vg_uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:05:39,565 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:05:39,568 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:05:39,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:39,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,579 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,620 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 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=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:39,620 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6. WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:39,620 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:05:39,620 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:39,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:05:39,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:05:39,629 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:39,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:05:39,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:05:39,632 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:05:39,676 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:39,676 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6. WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:39,676 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:05:39,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:05:39,681 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:05:39,684 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:05:39,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:39,690 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:39,690 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:39,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/lvm-pv-uuid-9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6', 'ID_FS_UUID_ENC': '9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:05:39,693 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:05:39,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,705 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:05:39,705 INFO blivet/MainThread: sde is a disk 2024-03-01 21:05:39,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:05:39,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:05:39,708 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:05:39,711 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:05:39,712 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:05:39,714 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:05:39,715 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:05:39,715 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:05:39,715 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961fcd0d0) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:05:39,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:05:39,721 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:39,721 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:05:39,724 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:39,724 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:05:39,727 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:05:39,731 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,731 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:05:39,734 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:05:39,734 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:05:39,734 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:39,770 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:39,771 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:39,771 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:05:39,771 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:05:39,775 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 ; label: None ; device: /dev/sde ; serial: 360014055595e6fffef343edaed564d1e ; exists: True ; vg_name: test_vg2 ; vg_uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:39,776 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:05:39,778 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:05:39,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:39,787 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:05:39,790 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:39,792 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:05:39,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:39,798 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:39,839 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:39,840 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:39,840 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:05:39,840 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:39,840 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:39,845 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/lvm-pv-uuid-bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C', 'ID_FS_UUID_ENC': 'bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:05:39,845 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:05:39,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:05:39,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:39,857 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:05:39,857 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:05:39,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:05:39,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:05:39,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:05:39,863 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:05:39,863 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:05:39,866 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:05:39,867 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:05:39,867 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:05:39,867 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961fcd070) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:05:39,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:05:39,873 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:39,873 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:05:39,876 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:39,876 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:05:39,879 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,879 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:05:39,882 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:39,882 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:05:39,885 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:05:39,885 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:05:39,885 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:39,928 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:39,928 INFO program/MainThread: stderr[24]: 2024-03-01 21:05:39,928 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:05:39,928 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:05:39,932 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C ; label: None ; device: /dev/sdf ; serial: 3600140505f99d36b6ba4b18bdb29eccd ; exists: True ; vg_name: test_vg2 ; vg_uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:39,933 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:05:39,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:05:39,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:39,944 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:05:39,947 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:39,950 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:05:39,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:39,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:39,955 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:39,995 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:39,996 INFO program/MainThread: stderr[25]: 2024-03-01 21:05:39,996 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:05:40,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:40,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:05:40,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:40,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:05:40,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:40,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:40,019 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:40,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:40,023 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:40,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:05:40,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:05:40,029 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:40,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:05:40,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:40,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:40,036 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:40,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:40,039 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:40,039 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:05:40,039 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:05:40,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:40,042 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:40,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:40,046 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:40,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/044c696e-daa3-4438-a4b0-a55988c35bb4 ' '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'ID_FS_UUID_ENC': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '600389620'} ; 2024-03-01 21:05:40,050 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:40,050 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:40,054 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:05:40,054 INFO program/MainThread: stderr[26]: 2024-03-01 21:05:40,054 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:05:40,054 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:40,057 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:05:40,057 INFO program/MainThread: stderr[27]: 2024-03-01 21:05:40,057 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:05:40,058 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:40,060 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:05:40,061 INFO program/MainThread: stderr[28]: 2024-03-01 21:05:40,061 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:05:40,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:05:40,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:40,071 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:40,071 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:40,072 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:40,068 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961ebe370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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 (0x7f8961f35b50) -- 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 = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:40,072 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:40,075 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:05:40,076 INFO program/MainThread: stderr[29]: 2024-03-01 21:05:40,076 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:05:40,080 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:40,083 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,083 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:05:40,086 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,086 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:05:40,089 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,090 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:05:40,093 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,093 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:05:40,093 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:05:40,097 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:40,097 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:05:40,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:05:40,100 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:40,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:40,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:05:40,115 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:40,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:05:40,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:40,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:40,121 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:40,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:40,125 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:40,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:05:40,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:05:40,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:40,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:05:40,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:40,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:40,138 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:40,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:40,142 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:40,142 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:05:40,142 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:05:40,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:40,145 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:40,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:40,148 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:40,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/6294bb2f-337b-48f4-b402-1207542d991b', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6294bb2f-337b-48f4-b402-1207542d991b', 'ID_FS_UUID_ENC': '6294bb2f-337b-48f4-b402-1207542d991b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '599971956'} ; 2024-03-01 21:05:40,152 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:40,152 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:40,156 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:05:40,156 INFO program/MainThread: stderr[30]: 2024-03-01 21:05:40,156 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:05:40,156 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:40,159 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:05:40,160 INFO program/MainThread: stderr[31]: 2024-03-01 21:05:40,160 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:05:40,160 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:40,163 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:05:40,163 INFO program/MainThread: stderr[32]: 2024-03-01 21:05:40,163 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:05:40,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:05:40,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:40,174 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:40,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:40,175 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:40,171 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961ebe9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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 (0x7f8961f35b50) -- name = test_vg2 status = 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 = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:40,175 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:40,179 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:05:40,179 INFO program/MainThread: stderr[33]: 2024-03-01 21:05:40,179 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:05:40,183 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:40,187 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,187 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:05:40,191 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,191 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:05:40,194 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,194 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:05:40,197 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:05:40,198 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:05:40,201 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:40,201 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:05:40,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:05:40,204 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:40,204 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:40,207 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O', 'ID_FS_UUID_ENC': 'kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:05:40,207 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:05:40,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,219 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:05:40,220 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:05:40,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:05:40,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:05:40,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:05:40,226 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:05:40,226 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:05:40,229 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:05:40,229 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:05:40,230 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:05:40,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961f1a160) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:05:40,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:05:40,236 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,236 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:05:40,239 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,239 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:05:40,242 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,242 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:05:40,245 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,245 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:05:40,247 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:05:40,248 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:05:40,248 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,294 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:40,294 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI. WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,294 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:05:40,295 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:05:40,299 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O ; label: None ; device: /dev/sdg ; serial: 360014051629cedfe668455480834f2d3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:05:40,299 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:05:40,302 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:05:40,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:40,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,313 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,356 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 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=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 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=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:40,356 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI. WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,356 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:05:40,356 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:40,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:05:40,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:05:40,364 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:40,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:05:40,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:05:40,368 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,414 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:40,414 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI. WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,414 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:05:40,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:05:40,419 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:05:40,422 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:05:40,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,428 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:40,428 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:40,431 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/lvm-pv-uuid-Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI', 'ID_FS_UUID_ENC': 'Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:05:40,431 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:05:40,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,443 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:05:40,444 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:05:40,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:05:40,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:05:40,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:05:40,450 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:05:40,450 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:05:40,453 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:05:40,453 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:05:40,454 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:05:40,454 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961fcd5b0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:05:40,457 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:05:40,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,460 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:05:40,463 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:05:40,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:05:40,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:05:40,472 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:05:40,472 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:05:40,472 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,518 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:40,518 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,518 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:05:40,519 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:05:40,523 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI ; label: None ; device: /dev/sdh ; serial: 36001405f7d2926d35f94d5cb3e89518a ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; 2024-03-01 21:05:40,523 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:05:40,526 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:05:40,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:05:40,537 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:40,540 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:05:40,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,545 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,583 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:40,583 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,583 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:05:40,583 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:40,583 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:40,588 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq', 'ID_FS_UUID_ENC': 'Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:05:40,588 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:05:40,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,600 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:05:40,600 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:05:40,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:05:40,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:05:40,604 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:05:40,607 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:05:40,607 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:05:40,610 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:05:40,610 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:05:40,610 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:05:40,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961ed3040) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:05:40,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:05:40,616 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,616 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:05:40,619 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,619 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:05:40,622 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,622 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:05:40,625 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,625 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:05:40,628 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:05:40,628 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:05:40,628 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,664 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:40,664 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,664 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:05:40,664 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:05:40,669 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq ; label: None ; device: /dev/sdi ; serial: 360014052c2aa4f08f1742b0816c393bb ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; 2024-03-01 21:05:40,669 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:05:40,672 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:05:40,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,681 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:05:40,683 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:40,686 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:05:40,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,692 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,736 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:40,736 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:40,736 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:05:40,736 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:40,737 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:40,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/lvm-pv-uuid-1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa', 'ID_FS_UUID_ENC': '1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:05:40,741 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:05:40,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:05:40,754 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:05:40,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:05:40,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:05:40,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:05:40,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:05:40,760 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:05:40,763 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:05:40,763 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:05:40,764 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:05:40,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961ed4d60) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:05:40,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:05:40,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,770 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:05:40,773 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,773 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:05:40,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:05:40,779 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,779 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:05:40,782 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:05:40,782 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:05:40,782 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdj,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,829 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:40,829 INFO program/MainThread: stderr[41]: 2024-03-01 21:05:40,829 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:05:40,830 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:05:40,834 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa ; label: None ; device: /dev/sdj ; serial: 36001405a2e49859a4b84a958092b12b8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:05:40,834 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:05:40,837 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:05:40,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,845 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:05:40,848 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:40,851 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:05:40,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:40,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:40,857 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdj,/dev/sdf,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sda,/dev/sdb ... 2024-03-01 21:05:40,899 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:40,899 INFO program/MainThread: stderr[42]: 2024-03-01 21:05:40,899 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:05:40,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:40,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:40,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:05:40,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:40,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:05:40,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:40,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:40,923 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:40,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:40,926 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:40,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:05:40,930 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:05:40,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:40,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:05:40,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:40,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:40,939 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:40,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:40,943 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:40,943 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:05:40,943 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:05:40,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:40,946 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:40,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:40,949 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:40,953 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/cfcc676d-2262-4a9e-bd2a-69cca87c2828 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'ID_FS_UUID_ENC': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598159681'} ; 2024-03-01 21:05:40,953 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:40,953 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:40,958 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:05:40,958 INFO program/MainThread: stderr[43]: 2024-03-01 21:05:40,958 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:05:40,958 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:40,961 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:05:40,961 INFO program/MainThread: stderr[44]: 2024-03-01 21:05:40,961 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:05:40,961 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:40,964 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:05:40,965 INFO program/MainThread: stderr[45]: 2024-03-01 21:05:40,965 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:05:40,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:40,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:05:40,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:40,977 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:40,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:40,978 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:40,974 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961ed8340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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 (0x7f8961ecae80) -- 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:40,978 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:40,982 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:05:40,982 INFO program/MainThread: stderr[46]: 2024-03-01 21:05:40,982 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:05:40,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:40,989 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:40,989 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:05:40,992 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:40,992 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:05:40,995 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:05:40,999 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:40,999 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:05:40,999 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:05:41,002 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:41,002 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:05:41,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:05:41,005 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:41,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:41,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:05:41,033 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:41,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:05:41,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:41,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:41,039 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:41,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:41,043 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:41,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:05:41,046 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:05:41,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:41,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:05:41,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:41,055 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:41,055 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:41,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:41,059 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:41,059 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:05:41,059 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:05:41,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:41,062 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:41,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:41,065 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:41,068 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/34c386d5-d3fa-4445-bc06-dfa80fa72b21 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'ID_FS_UUID_ENC': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597068199'} ; 2024-03-01 21:05:41,069 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:41,069 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,073 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:05:41,073 INFO program/MainThread: stderr[47]: 2024-03-01 21:05:41,073 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:05:41,073 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,076 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:05:41,076 INFO program/MainThread: stderr[48]: 2024-03-01 21:05:41,077 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:05:41,077 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,079 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:05:41,080 INFO program/MainThread: stderr[49]: 2024-03-01 21:05:41,080 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:05:41,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:05:41,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,092 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:41,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,093 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:41,088 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f89634a9280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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 (0x7f8961ecae80) -- name = test_vg3 status = True 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:41,093 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,097 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:05:41,097 INFO program/MainThread: stderr[50]: 2024-03-01 21:05:41,097 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:05:41,101 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:41,105 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:41,105 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:05:41,108 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:41,108 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:05:41,111 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,111 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:05:41,114 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,115 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:05:41,115 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:05:41,118 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:41,118 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:05:41,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:05:41,121 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:41,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:41,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:05:41,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:41,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:05:41,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:41,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:41,143 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:41,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:41,146 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:41,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:05:41,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:05:41,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:41,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:05:41,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:41,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:41,159 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:41,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:41,162 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:41,163 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:05:41,163 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:05:41,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:41,166 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:41,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:41,169 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:41,172 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/e5d06268-4542-40ac-ae9a-ce13c6c54d2a ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'ID_FS_UUID_ENC': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595986761'} ; 2024-03-01 21:05:41,172 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:41,173 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,177 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:05:41,177 INFO program/MainThread: stderr[51]: 2024-03-01 21:05:41,177 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:05:41,177 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,180 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:05:41,181 INFO program/MainThread: stderr[52]: 2024-03-01 21:05:41,181 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:05:41,181 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,184 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:05:41,184 INFO program/MainThread: stderr[53]: 2024-03-01 21:05:41,184 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:05:41,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:05:41,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,195 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:41,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,197 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:41,192 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f06280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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 (0x7f8961ecae80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:41,197 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,201 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:05:41,201 INFO program/MainThread: stderr[54]: 2024-03-01 21:05:41,201 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:05:41,205 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:41,209 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:41,209 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:05:41,212 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:41,212 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:05:41,215 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,215 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:05:41,219 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,219 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:05:41,219 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:05:41,222 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:41,222 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:05:41,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:05:41,225 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:41,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:41,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:05:41,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:41,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:05:41,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:41,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:41,246 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:41,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:41,250 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:41,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:05:41,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:05:41,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:41,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:05:41,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:41,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:41,263 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:41,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:41,266 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:41,266 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:05:41,266 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:05:41,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:41,269 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:41,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:41,273 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:41,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/f33ebd4a-51b9-4f37-aa9a-e48d909b32ea ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'ID_FS_UUID_ENC': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595552627'} ; 2024-03-01 21:05:41,276 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:41,277 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,281 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:05:41,281 INFO program/MainThread: stderr[55]: 2024-03-01 21:05:41,281 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:05:41,281 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,284 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:05:41,284 INFO program/MainThread: stderr[56]: 2024-03-01 21:05:41,284 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:05:41,285 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,287 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:05:41,288 INFO program/MainThread: stderr[57]: 2024-03-01 21:05:41,288 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:05:41,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:05:41,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,300 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,301 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,296 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f1ba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc 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 (0x7f8961ecae80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:41,302 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,306 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:05:41,306 INFO program/MainThread: stderr[58]: 2024-03-01 21:05:41,306 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:05:41,310 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:41,313 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:41,313 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:05:41,316 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:41,317 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:05:41,320 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,320 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:05:41,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:05:41,323 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:05:41,326 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:41,326 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:05:41,330 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:05:41,330 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:41,330 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:41,333 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:05:41,333 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:05:41,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,344 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:05:41,344 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:05:41,345 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:05:41,345 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:05:41,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:05:41,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:05:41,348 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:05:41,350 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:05:41,351 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:05:41,353 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:05:41,354 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:05:41,354 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:05:41,354 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8961ebe4c0) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:05:41,357 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:05:41,360 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:41,360 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:05:41,363 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:41,363 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:05:41,366 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,366 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:05:41,369 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,370 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:05:41,372 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:05:41,375 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:05:41,378 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:05:41,384 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 0x7f8961f0ee80> 2024-03-01 21:05:41,430 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:05:41,434 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:05:41,434 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:05:41,438 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:05:41,438 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:05:41,438 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:05:41,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,448 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:05:41,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:41,465 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:41,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:05:41,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:05:41,493 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:05:41,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:05:41,496 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:05:41,499 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:05:41,499 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:05:41,502 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:41,503 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:41,503 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:05:41,505 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:05:41,508 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:05:41,511 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:05:41,514 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:05:41,517 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:41,517 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:41,517 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:05:41,518 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:05:41,517 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8961ec6ee0) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f8961eead10> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:05:41,521 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:05:41,524 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:41,524 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:05:41,527 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:41,527 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:05:41,530 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,530 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:05:41,533 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:41,533 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:05:41,534 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:05:41,536 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:41,537 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:05:41,539 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:05:41,539 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:41,542 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/f33ebd4a-51b9-4f37-aa9a-e48d909b32ea ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'ID_FS_UUID_ENC': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595552627'} ; 2024-03-01 21:05:41,542 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:41,543 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,547 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:05:41,547 INFO program/MainThread: stderr[59]: 2024-03-01 21:05:41,547 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:05:41,547 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,550 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:05:41,550 INFO program/MainThread: stderr[60]: 2024-03-01 21:05:41,550 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:05:41,550 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,553 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:05:41,553 INFO program/MainThread: stderr[61]: 2024-03-01 21:05:41,554 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:05:41,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:05:41,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,566 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,568 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,562 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f1ba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961ecae80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:41,568 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:41,572 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:05:41,572 INFO program/MainThread: stderr[62]: 2024-03-01 21:05:41,572 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:05:41,576 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:41,576 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:05:41,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/e5d06268-4542-40ac-ae9a-ce13c6c54d2a ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'ID_FS_UUID_ENC': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595986761'} ; 2024-03-01 21:05:41,579 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:41,580 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,583 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:05:41,583 INFO program/MainThread: stderr[63]: 2024-03-01 21:05:41,583 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:05:41,583 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,586 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:05:41,586 INFO program/MainThread: stderr[64]: 2024-03-01 21:05:41,586 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:05:41,587 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,589 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:05:41,590 INFO program/MainThread: stderr[65]: 2024-03-01 21:05:41,590 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:05:41,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:05:41,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,601 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,603 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,598 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f06280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961ecae80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:41,604 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:41,608 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:05:41,608 INFO program/MainThread: stderr[66]: 2024-03-01 21:05:41,608 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:05:41,612 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:41,612 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:05:41,615 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/34c386d5-d3fa-4445-bc06-dfa80fa72b21 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'ID_FS_UUID_ENC': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597068199'} ; 2024-03-01 21:05:41,615 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:41,615 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,619 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:05:41,619 INFO program/MainThread: stderr[67]: 2024-03-01 21:05:41,619 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:05:41,619 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,622 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:05:41,623 INFO program/MainThread: stderr[68]: 2024-03-01 21:05:41,623 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:05:41,623 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,626 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:05:41,626 INFO program/MainThread: stderr[69]: 2024-03-01 21:05:41,626 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:05:41,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:05:41,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,638 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,639 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,634 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f89634a9280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961ecae80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:41,640 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:41,643 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:05:41,644 INFO program/MainThread: stderr[70]: 2024-03-01 21:05:41,644 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:05:41,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:41,648 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:05:41,651 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj ' '/dev/disk/by-uuid/cfcc676d-2262-4a9e-bd2a-69cca87c2828 ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'ID_FS_UUID_ENC': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598159681'} ; 2024-03-01 21:05:41,651 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:41,651 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:41,654 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:05:41,655 INFO program/MainThread: stderr[71]: 2024-03-01 21:05:41,655 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:05:41,655 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:41,658 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:05:41,658 INFO program/MainThread: stderr[72]: 2024-03-01 21:05:41,658 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:05:41,658 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:41,661 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:05:41,661 INFO program/MainThread: stderr[73]: 2024-03-01 21:05:41,661 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:05:41,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:05:41,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,673 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:41,674 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:41,669 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961ed8340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961ecae80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:41,675 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:41,679 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:05:41,679 INFO program/MainThread: stderr[74]: 2024-03-01 21:05:41,679 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:05:41,683 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:41,683 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:05:41,686 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/6294bb2f-337b-48f4-b402-1207542d991b ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6294bb2f-337b-48f4-b402-1207542d991b', 'ID_FS_UUID_ENC': '6294bb2f-337b-48f4-b402-1207542d991b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '599971956'} ; 2024-03-01 21:05:41,686 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:41,686 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:41,690 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:05:41,690 INFO program/MainThread: stderr[75]: 2024-03-01 21:05:41,690 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:05:41,690 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:41,694 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:05:41,694 INFO program/MainThread: stderr[76]: 2024-03-01 21:05:41,694 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:05:41,694 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:41,697 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:05:41,697 INFO program/MainThread: stderr[77]: 2024-03-01 21:05:41,697 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:05:41,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:05:41,708 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:41,708 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:41,709 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:41,709 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:41,705 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961ebe9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961f35b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:41,710 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:41,713 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:05:41,714 INFO program/MainThread: stderr[78]: 2024-03-01 21:05:41,714 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:05:41,717 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:41,718 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:05:41,720 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/044c696e-daa3-4438-a4b0-a55988c35bb4', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'ID_FS_UUID_ENC': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '600389620'} ; 2024-03-01 21:05:41,720 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:41,721 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:41,724 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:05:41,724 INFO program/MainThread: stderr[79]: 2024-03-01 21:05:41,724 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:05:41,725 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:41,727 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:05:41,728 INFO program/MainThread: stderr[80]: 2024-03-01 21:05:41,728 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:05:41,728 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:41,731 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:05:41,731 INFO program/MainThread: stderr[81]: 2024-03-01 21:05:41,731 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:05:41,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:05:41,741 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:41,742 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:41,742 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:41,743 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:41,739 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961ebe370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961f35b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:41,743 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:41,747 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:05:41,747 INFO program/MainThread: stderr[82]: 2024-03-01 21:05:41,747 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:05:41,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:41,751 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:05:41,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/49d2821c-26f8-4939-bbf6-e6abeb1d2397 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'ID_FS_UUID_ENC': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602270571'} ; 2024-03-01 21:05:41,754 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:41,754 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:41,758 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:05:41,758 INFO program/MainThread: stderr[83]: 2024-03-01 21:05:41,758 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:05:41,758 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:41,761 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:05:41,761 INFO program/MainThread: stderr[84]: 2024-03-01 21:05:41,761 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:05:41,762 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:41,764 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:05:41,765 INFO program/MainThread: stderr[85]: 2024-03-01 21:05:41,765 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:05:41,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:05:41,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:41,775 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:41,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:41,776 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:41,772 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f1b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961fcd760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:41,777 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:41,780 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:05:41,781 INFO program/MainThread: stderr[86]: 2024-03-01 21:05:41,781 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:05:41,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:41,785 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:05:41,787 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/bafb3526-3206-4c08-b919-62dfdb09aebc ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'ID_FS_UUID_ENC': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602674715'} ; 2024-03-01 21:05:41,788 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:41,788 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:41,791 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:05:41,792 INFO program/MainThread: stderr[87]: 2024-03-01 21:05:41,792 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:05:41,792 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:41,795 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:05:41,795 INFO program/MainThread: stderr[88]: 2024-03-01 21:05:41,795 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:05:41,795 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:41,798 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:05:41,798 INFO program/MainThread: stderr[89]: 2024-03-01 21:05:41,798 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:05:41,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:05:41,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:41,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:41,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:41,810 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:41,806 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8961f1be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8961fcd760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:41,811 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:41,814 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:05:41,814 INFO program/MainThread: stderr[90]: 2024-03-01 21:05:41,814 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:05:41,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:41,818 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:05:41,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:41,832 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:41,851 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:05:41,852 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:05:41,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:41,864 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:05:41,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:41,875 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:05:41,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:41,886 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:05:41,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:41,897 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:05:41,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:41,907 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:05:41,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:41,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:41,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:41,918 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:05:45,386 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload__5gu_094/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:05:45,424 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:45,425 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:05:45,428 INFO program/MainThread: stdout[2]: 2024-03-01 21:05:45,429 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:05:45,429 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:05:45,429 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:05:45,435 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:45,435 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:05:45,439 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:45,439 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:05:45,442 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:45,442 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:05:45,444 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:05:45,445 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:05:45,457 INFO program/MainThread: stdout: 2024-03-01 21:05:45,457 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:05:45,457 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko 2024-03-01 21:05:45,457 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 2024-03-01 21:05:45,457 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu 2024-03-01 21:05:45,457 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 2024-03-01 21:05:45,457 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bafb3526-3206-4c08-b919-62dfdb09aebc 2024-03-01 21:05:45,457 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g 2024-03-01 21:05:45,457 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 2024-03-01 21:05:45,457 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6294bb2f-337b-48f4-b402-1207542d991b 2024-03-01 21:05:45,457 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 044c696e-daa3-4438-a4b0-a55988c35bb4 2024-03-01 21:05:45,457 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 2024-03-01 21:05:45,457 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C 2024-03-01 21:05:45,457 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O 2024-03-01 21:05:45,457 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs f33ebd4a-51b9-4f37-aa9a-e48d909b32ea 2024-03-01 21:05:45,457 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e5d06268-4542-40ac-ae9a-ce13c6c54d2a 2024-03-01 21:05:45,457 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 2024-03-01 21:05:45,457 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI 2024-03-01 21:05:45,457 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 2024-03-01 21:05:45,457 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq 2024-03-01 21:05:45,458 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 2024-03-01 21:05:45,458 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa 2024-03-01 21:05:45,458 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 2024-03-01 21:05:45,458 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:05:45,458 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:05:45,458 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:05:45,458 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:45,458 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:45,458 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 sdb 1073741824 root disk brw-rw---- LVM2_member xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 49d2821c-26f8-4939-bbf6-e6abeb1d2397 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bafb3526-3206-4c08-b919-62dfdb09aebc sdc 1073741824 root disk brw-rw---- LVM2_member cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g sdd 1073741824 root disk brw-rw---- LVM2_member R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6294bb2f-337b-48f4-b402-1207542d991b `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 044c696e-daa3-4438-a4b0-a55988c35bb4 sde 1073741824 root disk brw-rw---- LVM2_member 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 sdf 1073741824 root disk brw-rw---- LVM2_member bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C sdg 1073741824 root disk brw-rw---- LVM2_member kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O |-test_vg3-lv8 427819008 root disk brw-rw---- xfs f33ebd4a-51b9-4f37-aa9a-e48d909b32ea |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e5d06268-4542-40ac-ae9a-ce13c6c54d2a `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 sdh 1073741824 root disk brw-rw---- LVM2_member Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34c386d5-d3fa-4445-bc06-dfa80fa72b21 sdi 1073741824 root disk brw-rw---- LVM2_member Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 sdj 1073741824 root disk brw-rw---- LVM2_member 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cfcc676d-2262-4a9e-bd2a-69cca87c2828 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:05:45,458 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:45,458 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:45,459 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:05:45,459 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:05:45,459 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:05:45,459 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:05:45,459 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:45,473 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:45,492 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:05:45,496 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/lvm-pv-uuid-Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko', 'ID_FS_UUID_ENC': 'Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:05:45,496 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:05:45,497 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:05:45,541 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:45,541 INFO program/MainThread: stderr[3]: 2024-03-01 21:05:45,541 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:05:45,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:45,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:45,553 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:05:45,555 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:05:45,560 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:05:45,560 INFO blivet/MainThread: sda is a disk 2024-03-01 21:05:45,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:05:45,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:05:45,564 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:05:45,567 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:05:45,568 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:05:45,571 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:05:45,571 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:05:45,571 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:05:45,571 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3cab0e1700) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:05:45,575 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:05:45,578 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:45,578 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:05:45,582 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:45,582 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:05:45,585 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:45,585 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:05:45,588 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:45,588 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:05:45,591 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:05:45,591 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:05:45,592 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:45,631 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:45,631 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu. WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:45,631 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:05:45,631 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:05:45,636 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko ; label: None ; device: /dev/sda ; serial: 36001405f6de8f902632455d808039c60 ; exists: True ; vg_name: test_vg1 ; vg_uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; pe_start: 8 MiB ; 2024-03-01 21:05:45,636 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:05:45,639 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:05:45,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:45,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:45,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:45,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:45,650 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:45,690 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:45,690 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu. WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:45,690 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:05:45,690 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:45,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:05:45,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:05:45,699 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:45,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:05:45,703 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:05:45,703 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:45,743 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:45,743 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu. WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:05:45,743 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:05:45,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:05:45,748 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:05:45,751 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:05:45,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:45,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:45,756 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:45,756 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:45,759 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu', 'ID_FS_UUID_ENC': 'xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:05:45,760 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:05:45,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:05:45,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:45,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:05:45,771 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:05:45,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:05:45,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:05:45,773 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:05:45,776 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:05:45,777 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:05:45,779 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:05:45,780 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:05:45,780 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:05:45,780 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9cfb970) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:05:45,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:05:45,786 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:45,786 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:05:45,789 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:45,789 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:05:45,792 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:45,792 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:05:45,795 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:45,795 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:05:45,797 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:05:45,797 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:05:45,798 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:45,842 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:45,842 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). 2024-03-01 21:05:45,842 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:05:45,842 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:05:45,846 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu ; label: None ; device: /dev/sdb ; serial: 36001405706fca6e39674003af64dc9d0 ; exists: True ; vg_name: test_vg1 ; vg_uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:05:45,847 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:05:45,849 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:05:45,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:45,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:05:45,858 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:05:45,861 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:45,863 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:05:45,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:45,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:45,869 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:05:45,913 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:45,913 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g. WARNING: VG test_vg1 is missing PV cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g (last written to /dev/sdc). 2024-03-01 21:05:45,913 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:05:45,913 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:05:45,913 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:45,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:05:45,918 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:05:45,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:05:45,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:45,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:05:45,929 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:05:45,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:05:45,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:05:45,932 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:05:45,935 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:05:45,936 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:05:45,938 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:05:45,939 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:05:45,939 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:05:45,939 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c85850) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:05:45,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:05:45,943 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:05:45,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:05:45,946 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:05:45,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:05:45,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:45,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:05:45,956 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:05:45,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:05:45,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:05:45,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:05:45,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:05:45,962 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:05:45,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:05:45,965 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:05:45,966 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:05:45,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c85760) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:05:45,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:05:45,969 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:05:45,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g', 'ID_FS_UUID_ENC': 'cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:05:45,972 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:05:45,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:45,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:45,982 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:05:45,983 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:05:45,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:05:45,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:05:45,985 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:05:45,988 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:05:45,989 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:05:45,991 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:05:45,992 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:05:45,992 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:05:45,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c9a070) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:05:45,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:05:45,998 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:45,998 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:05:46,001 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,001 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:05:46,004 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,004 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:05:46,007 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,007 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:05:46,010 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:05:46,010 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:05:46,010 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:46,050 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:05:46,050 INFO program/MainThread: stderr[9]: 2024-03-01 21:05:46,050 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:05:46,050 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:05:46,054 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g ; label: None ; device: /dev/sdc ; serial: 36001405e118e343f15e4027a7c95d5ae ; exists: True ; vg_name: test_vg1 ; vg_uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:46,055 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:05:46,057 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:05:46,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:46,066 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:05:46,069 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:05:46,071 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:05:46,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:46,077 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:46,117 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:46,117 INFO program/MainThread: stderr[10]: 2024-03-01 21:05:46,117 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:05:46,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:46,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:05:46,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:46,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:05:46,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:46,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:46,140 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:46,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:46,144 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:46,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:05:46,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:05:46,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:05:46,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:05:46,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:05:46,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:46,156 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:46,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:46,159 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:46,160 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:05:46,160 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:05:46,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:46,163 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:05:46,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:05:46,166 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:05:46,171 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/bafb3526-3206-4c08-b919-62dfdb09aebc ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'ID_FS_UUID_ENC': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602674715'} ; 2024-03-01 21:05:46,171 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:46,171 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:46,175 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:05:46,175 INFO program/MainThread: stderr[11]: 2024-03-01 21:05:46,175 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:05:46,175 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:46,178 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:05:46,179 INFO program/MainThread: stderr[12]: 2024-03-01 21:05:46,179 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:05:46,179 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:46,182 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:05:46,182 INFO program/MainThread: stderr[13]: 2024-03-01 21:05:46,182 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:05:46,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:05:46,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:46,192 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:46,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:46,193 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:05:46,189 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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 (0x7f3ca9d4c760) -- 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 = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:46,193 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:46,197 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:05:46,197 INFO program/MainThread: stderr[14]: 2024-03-01 21:05:46,197 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:05:46,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:46,204 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:46,204 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:05:46,207 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,207 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:05:46,210 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:05:46,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:05:46,215 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:05:46,215 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:05:46,219 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:46,219 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:05:46,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:05:46,222 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:46,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:46,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:05:46,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:46,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:05:46,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:46,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:46,243 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:46,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:46,246 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:46,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:05:46,250 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:05:46,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:46,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:05:46,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:05:46,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:46,259 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:46,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:46,262 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:46,262 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:05:46,262 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:05:46,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:46,265 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:05:46,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:05:46,268 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:05:46,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'ID_FS_UUID_ENC': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602270571'} ; 2024-03-01 21:05:46,272 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:46,272 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:46,276 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:05:46,276 INFO program/MainThread: stderr[15]: 2024-03-01 21:05:46,276 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:05:46,276 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:46,279 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:05:46,280 INFO program/MainThread: stderr[16]: 2024-03-01 21:05:46,280 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:05:46,280 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:46,283 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:05:46,283 INFO program/MainThread: stderr[17]: 2024-03-01 21:05:46,283 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:05:46,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:05:46,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:46,293 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:46,294 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:46,294 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:46,290 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O 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 (0x7f3ca9d4c760) -- name = test_vg1 status = True 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 = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:46,295 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:46,298 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:05:46,298 INFO program/MainThread: stderr[18]: 2024-03-01 21:05:46,298 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:05:46,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:46,306 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:46,306 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:05:46,309 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,309 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:05:46,312 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,312 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:05:46,315 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,316 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:05:46,316 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:05:46,319 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:46,319 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:05:46,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:05:46,322 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:46,322 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:46,325 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/lvm-pv-uuid-R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2', 'ID_FS_UUID_ENC': 'R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:05:46,325 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:05:46,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,337 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:05:46,337 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:05:46,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:05:46,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:05:46,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:05:46,343 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:05:46,343 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:05:46,346 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:05:46,346 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:05:46,347 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:05:46,347 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c934c0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:05:46,350 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:05:46,353 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:46,353 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:05:46,356 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,356 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:05:46,359 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,359 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:05:46,362 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:05:46,364 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:05:46,364 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:05:46,364 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sda,/dev/sdc ... 2024-03-01 21:05:46,402 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:46,402 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6. WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:46,402 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:05:46,402 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:05:46,406 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 ; label: None ; device: /dev/sdd ; serial: 36001405a240065280c44a4c8d35c6f2b ; exists: True ; vg_name: test_vg2 ; vg_uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:05:46,407 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:05:46,410 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:05:46,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:46,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,421 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sda,/dev/sdc ... 2024-03-01 21:05:46,459 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 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=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:46,459 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6. WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:46,459 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:05:46,459 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:46,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:05:46,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:05:46,467 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:46,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:05:46,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:05:46,470 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sda,/dev/sdc ... 2024-03-01 21:05:46,507 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:46,507 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6. WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:46,507 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:05:46,511 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:05:46,512 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:05:46,515 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:05:46,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:46,521 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:46,521 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:46,524 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/lvm-pv-uuid-9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6', 'ID_FS_UUID_ENC': '9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:05:46,524 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:05:46,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,535 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:05:46,535 INFO blivet/MainThread: sde is a disk 2024-03-01 21:05:46,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:05:46,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:05:46,538 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:05:46,541 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:05:46,541 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:05:46,544 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:05:46,544 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:05:46,545 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:05:46,545 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9d4c0d0) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:05:46,548 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:05:46,551 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:46,551 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:05:46,554 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,554 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:05:46,557 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,557 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:05:46,560 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,560 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:05:46,562 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:05:46,562 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:05:46,563 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:46,607 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:46,607 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:46,607 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:05:46,607 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:05:46,611 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 ; label: None ; device: /dev/sde ; serial: 360014055595e6fffef343edaed564d1e ; exists: True ; vg_name: test_vg2 ; vg_uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:46,612 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:05:46,614 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:05:46,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:05:46,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:05:46,625 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:46,628 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:05:46,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:46,634 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:46,672 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:46,672 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C. WARNING: VG test_vg2 is missing PV bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C (last written to /dev/sdf). 2024-03-01 21:05:46,672 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:05:46,672 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:05:46,672 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:46,677 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/lvm-pv-uuid-bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C', 'ID_FS_UUID_ENC': 'bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:05:46,677 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:05:46,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,689 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:05:46,689 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:05:46,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:05:46,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:05:46,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:05:46,695 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:05:46,695 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:05:46,698 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:05:46,698 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:05:46,699 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:05:46,699 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9d4c070) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:05:46,702 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:05:46,705 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:46,705 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:05:46,708 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,708 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:05:46,710 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,711 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:05:46,713 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,714 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:05:46,716 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:05:46,716 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:05:46,716 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:46,756 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:05:46,757 INFO program/MainThread: stderr[24]: 2024-03-01 21:05:46,757 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:05:46,757 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:05:46,761 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C ; label: None ; device: /dev/sdf ; serial: 3600140505f99d36b6ba4b18bdb29eccd ; exists: True ; vg_name: test_vg2 ; vg_uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:05:46,762 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:05:46,765 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:05:46,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:46,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:05:46,776 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:05:46,778 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:05:46,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L ; incomplete: True ; hidden: False ; 2024-03-01 21:05:46,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:46,784 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:46,823 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:46,823 INFO program/MainThread: stderr[25]: 2024-03-01 21:05:46,823 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:05:46,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:46,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:05:46,839 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:46,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:05:46,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:46,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:46,846 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:46,849 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:46,849 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:46,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:05:46,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:05:46,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:05:46,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:05:46,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:05:46,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:46,861 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:46,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:46,865 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:46,865 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:05:46,865 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:05:46,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:46,868 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:05:46,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:05:46,871 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:05:46,875 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/044c696e-daa3-4438-a4b0-a55988c35bb4', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'ID_FS_UUID_ENC': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '600389620'} ; 2024-03-01 21:05:46,875 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:46,875 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:46,879 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:05:46,879 INFO program/MainThread: stderr[26]: 2024-03-01 21:05:46,879 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:05:46,879 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:46,882 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:05:46,882 INFO program/MainThread: stderr[27]: 2024-03-01 21:05:46,883 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:05:46,883 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:46,885 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:05:46,886 INFO program/MainThread: stderr[28]: 2024-03-01 21:05:46,886 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:05:46,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:05:46,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:46,896 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:46,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:46,897 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:05:46,893 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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 (0x7f3ca9cb4b50) -- 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 = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:46,897 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:46,900 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:05:46,900 INFO program/MainThread: stderr[29]: 2024-03-01 21:05:46,900 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:05:46,904 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:46,908 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:46,908 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:05:46,911 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:46,911 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:05:46,914 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,914 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:05:46,917 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:46,917 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:05:46,918 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:05:46,921 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:46,921 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:05:46,924 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:05:46,924 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:46,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:46,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:46,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:05:46,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:46,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:05:46,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:46,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:46,945 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:46,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:46,949 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:46,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:05:46,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:05:46,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:46,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:05:46,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:05:46,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:46,961 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:46,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:46,965 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:46,965 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:05:46,965 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:05:46,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:46,968 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:05:46,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:05:46,971 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:05:46,975 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/6294bb2f-337b-48f4-b402-1207542d991b ' '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6294bb2f-337b-48f4-b402-1207542d991b', 'ID_FS_UUID_ENC': '6294bb2f-337b-48f4-b402-1207542d991b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '599971956'} ; 2024-03-01 21:05:46,975 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:46,975 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:46,979 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:05:46,979 INFO program/MainThread: stderr[30]: 2024-03-01 21:05:46,979 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:05:46,979 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:46,982 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:05:46,983 INFO program/MainThread: stderr[31]: 2024-03-01 21:05:46,983 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:05:46,983 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:46,986 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:05:46,986 INFO program/MainThread: stderr[32]: 2024-03-01 21:05:46,986 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:05:46,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:46,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:05:46,996 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:46,996 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:46,997 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:46,997 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:46,993 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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 (0x7f3ca9cb4b50) -- name = test_vg2 status = 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 = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:46,998 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:47,001 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:05:47,001 INFO program/MainThread: stderr[33]: 2024-03-01 21:05:47,001 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:05:47,005 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:47,008 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,008 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:05:47,011 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,011 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:05:47,014 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,015 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:05:47,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:05:47,018 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:05:47,021 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:47,021 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:05:47,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:05:47,024 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:47,024 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:47,027 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/lvm-pv-uuid-kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O', 'ID_FS_UUID_ENC': 'kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:05:47,027 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:05:47,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:05:47,039 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:05:47,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:05:47,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:05:47,042 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:05:47,045 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:05:47,045 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:05:47,048 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:05:47,048 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:05:47,049 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:05:47,049 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c93160) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:05:47,051 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:05:47,054 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,054 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:05:47,057 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,057 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:05:47,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:05:47,063 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,063 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:05:47,065 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:05:47,066 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:05:47,066 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,104 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:47,104 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI. WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,104 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:05:47,105 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:05:47,109 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O ; label: None ; device: /dev/sdg ; serial: 360014051629cedfe668455480834f2d3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:05:47,109 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:05:47,112 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:05:47,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:47,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,123 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,166 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 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=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 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=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:47,166 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI. WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,166 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:05:47,166 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:05:47,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:05:47,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:05:47,174 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:47,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:05:47,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:05:47,178 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,225 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:47,225 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI. WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,225 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:05:47,230 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:05:47,230 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:05:47,233 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:05:47,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,239 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:47,239 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:47,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/lvm-pv-uuid-Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI', 'ID_FS_UUID_ENC': 'Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:05:47,242 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:05:47,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,254 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:05:47,254 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:05:47,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:05:47,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:05:47,257 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:05:47,260 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:05:47,260 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:05:47,263 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:05:47,263 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:05:47,264 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:05:47,264 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9d4c5b0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:05:47,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:05:47,270 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,270 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:05:47,273 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,273 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:05:47,276 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,276 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:05:47,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:05:47,282 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:05:47,282 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:05:47,282 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,325 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:47,325 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,325 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:05:47,325 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:05:47,330 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI ; label: None ; device: /dev/sdh ; serial: 36001405f7d2926d35f94d5cb3e89518a ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; 2024-03-01 21:05:47,330 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:05:47,333 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:05:47,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:05:47,344 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:47,346 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:05:47,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,352 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,396 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:47,396 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq. WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,396 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:05:47,396 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:47,397 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:47,401 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/lvm-pv-uuid-Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq', 'ID_FS_UUID_ENC': 'Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:05:47,401 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:05:47,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,413 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:05:47,414 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:05:47,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:05:47,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:05:47,417 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:05:47,420 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:05:47,420 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:05:47,423 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:05:47,423 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:05:47,424 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:05:47,424 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c53040) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:05:47,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:05:47,430 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,430 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:05:47,433 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,433 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:05:47,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,436 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:05:47,439 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,439 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:05:47,441 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:05:47,441 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:05:47,442 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,488 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:47,488 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,488 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:05:47,489 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:05:47,493 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq ; label: None ; device: /dev/sdi ; serial: 360014052c2aa4f08f1742b0816c393bb ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; 2024-03-01 21:05:47,493 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:05:47,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:05:47,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:05:47,507 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:47,510 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:05:47,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,516 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,556 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:47,556 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa. WARNING: VG test_vg3 is missing PV 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:05:47,556 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:05:47,556 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:05:47,557 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:47,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa', 'ID_FS_UUID_ENC': '1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:05:47,561 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:05:47,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:05:47,574 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:05:47,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:05:47,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:05:47,577 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:05:47,580 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:05:47,580 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:05:47,583 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:05:47,583 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:05:47,584 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:05:47,584 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c54d60) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:05:47,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:05:47,590 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,590 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:05:47,593 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,593 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:05:47,596 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,596 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:05:47,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:05:47,601 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:05:47,601 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:05:47,602 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,639 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Aauam5-1avX-YofF-Fo9c-xuff-ZEMB-C2NYko LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=xPd47d-yuot-qhEK-jdiZ-gnog-VsKw-tadTYu LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=cCK0KF-fBzz-aqe1-p71V-aXCz-bAvA-18GB1g LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=R5orBL-mf2n-eCun-goky-5y32-0EJF-3P5tX2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9XhM3k-Wrmd-2W3t-OTyJ-ga2G-ylSd-jmTVB6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=bKPExW-J0R2-eYmf-3leQ-CiZB-1JCP-yW5Z2C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=kROmhJ-du2B-Yk7L-2E73-sGMT-jhXh-YsxA1O LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Cy4BeZ-bsjv-N7Pj-BXfB-ZxJN-aGhI-eYyveI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=Jlc0fh-kjgr-EtrY-SPqq-VsiG-nDoK-hMejhq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_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=1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:05:47,639 INFO program/MainThread: stderr[41]: 2024-03-01 21:05:47,639 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:05:47,640 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:05:47,644 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1VA71J-PJFS-iAJT-0AgG-Rx9a-OXNn-LFrPMa ; label: None ; device: /dev/sdj ; serial: 36001405a2e49859a4b84a958092b12b8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:05:47,644 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:05:47,647 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:05:47,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,656 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:05:47,658 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:05:47,661 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:05:47,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 ; incomplete: True ; hidden: False ; 2024-03-01 21:05:47,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:47,667 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:47,708 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA 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=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy 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=NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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=tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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=yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:05:47,708 INFO program/MainThread: stderr[42]: 2024-03-01 21:05:47,708 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:05:47,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:47,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:05:47,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:47,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:05:47,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:47,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:47,731 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:47,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:47,734 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:47,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:05:47,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:05:47,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:05:47,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:05:47,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:05:47,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:47,747 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:47,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:47,750 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:47,750 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:05:47,751 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:05:47,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:47,753 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:05:47,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:05:47,757 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:05:47,760 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj ' '/dev/disk/by-uuid/cfcc676d-2262-4a9e-bd2a-69cca87c2828 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'ID_FS_UUID_ENC': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598159681'} ; 2024-03-01 21:05:47,760 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:47,760 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:47,764 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:05:47,765 INFO program/MainThread: stderr[43]: 2024-03-01 21:05:47,765 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:05:47,765 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:47,768 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:05:47,768 INFO program/MainThread: stderr[44]: 2024-03-01 21:05:47,768 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:05:47,768 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:47,771 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:05:47,771 INFO program/MainThread: stderr[45]: 2024-03-01 21:05:47,771 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:05:47,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:05:47,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:47,783 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:47,783 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:47,784 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:05:47,780 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj 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 (0x7f3ca9c47e80) -- 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:47,784 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:47,788 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:05:47,788 INFO program/MainThread: stderr[46]: 2024-03-01 21:05:47,788 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:05:47,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:47,795 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,795 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:05:47,798 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,798 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:05:47,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:05:47,804 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,804 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:05:47,805 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:05:47,807 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:47,808 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:05:47,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:05:47,811 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:47,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:47,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:05:47,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:47,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:05:47,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:47,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:47,845 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:47,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:47,848 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:47,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:05:47,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:05:47,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:05:47,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:05:47,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:05:47,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:47,861 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:47,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:47,864 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:47,864 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:05:47,865 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:05:47,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:47,867 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:05:47,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:05:47,871 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:05:47,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/34c386d5-d3fa-4445-bc06-dfa80fa72b21 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'ID_FS_UUID_ENC': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597068199'} ; 2024-03-01 21:05:47,874 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:47,874 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:47,878 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:05:47,878 INFO program/MainThread: stderr[47]: 2024-03-01 21:05:47,878 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:05:47,879 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:47,882 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:05:47,882 INFO program/MainThread: stderr[48]: 2024-03-01 21:05:47,882 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:05:47,882 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:47,885 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:05:47,885 INFO program/MainThread: stderr[49]: 2024-03-01 21:05:47,885 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:05:47,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:05:47,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:47,897 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:47,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:47,898 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:05:47,893 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is 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 (0x7f3ca9c47e80) -- name = test_vg3 status = True 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:47,898 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:47,901 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:05:47,902 INFO program/MainThread: stderr[50]: 2024-03-01 21:05:47,902 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:05:47,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:47,909 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:47,909 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:05:47,912 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:47,912 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:05:47,915 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,915 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:05:47,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:47,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:05:47,918 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:05:47,921 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:47,921 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:05:47,924 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:05:47,924 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:47,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:47,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:47,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:05:47,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:47,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:05:47,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:47,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:47,946 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:47,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:47,949 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:47,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:05:47,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:05:47,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:47,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:05:47,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:05:47,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:47,962 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:47,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:47,965 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:47,965 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:05:47,965 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:05:47,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:47,968 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:05:47,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:05:47,971 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:05:47,975 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/e5d06268-4542-40ac-ae9a-ce13c6c54d2a ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'ID_FS_UUID_ENC': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595986761'} ; 2024-03-01 21:05:47,975 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:47,975 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:47,979 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:05:47,979 INFO program/MainThread: stderr[51]: 2024-03-01 21:05:47,979 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:05:47,979 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:47,983 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:05:47,983 INFO program/MainThread: stderr[52]: 2024-03-01 21:05:47,983 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:05:47,983 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:47,986 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:05:47,986 INFO program/MainThread: stderr[53]: 2024-03-01 21:05:47,986 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:05:47,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:47,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:05:47,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:47,998 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:47,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:47,999 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:05:47,994 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm 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 (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:48,000 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:48,003 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:05:48,003 INFO program/MainThread: stderr[54]: 2024-03-01 21:05:48,003 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:05:48,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:48,010 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:48,010 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:05:48,013 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:48,013 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:05:48,017 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,017 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:05:48,020 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,020 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:05:48,020 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:05:48,023 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:48,023 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:05:48,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:05:48,026 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:48,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:05:48,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:05:48,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:48,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:05:48,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:48,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:48,047 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:48,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:48,051 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:48,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:05:48,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:05:48,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:05:48,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:05:48,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:05:48,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:48,063 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:48,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:48,067 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:48,067 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:05:48,067 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:05:48,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:48,070 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:05:48,073 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:05:48,073 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:05:48,077 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/f33ebd4a-51b9-4f37-aa9a-e48d909b32ea ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'ID_FS_UUID_ENC': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595552627'} ; 2024-03-01 21:05:48,077 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:48,077 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,081 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:05:48,081 INFO program/MainThread: stderr[55]: 2024-03-01 21:05:48,081 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:05:48,081 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,084 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:05:48,085 INFO program/MainThread: stderr[56]: 2024-03-01 21:05:48,085 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:05:48,085 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,088 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:05:48,088 INFO program/MainThread: stderr[57]: 2024-03-01 21:05:48,088 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:05:48,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:05:48,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,100 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,101 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,096 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc 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 (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:48,102 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,105 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:05:48,106 INFO program/MainThread: stderr[58]: 2024-03-01 21:05:48,106 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:05:48,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:48,113 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:48,113 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:05:48,116 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:48,116 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:05:48,119 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,119 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:05:48,122 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,122 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:05:48,123 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:05:48,125 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:48,126 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:05:48,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:05:48,129 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:48,129 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:05:48,132 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:05:48,132 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:05:48,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,143 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:05:48,143 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:05:48,143 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:05:48,143 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:05:48,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:05:48,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:05:48,146 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:05:48,149 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:05:48,149 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:05:48,152 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:05:48,152 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:05:48,152 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:05:48,152 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ca9c3e4c0) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:05:48,155 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:05:48,158 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:48,158 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:05:48,161 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:48,161 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:05:48,164 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,164 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:05:48,167 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,167 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:05:48,170 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:05:48,172 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:05:48,175 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:05:48,181 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 0x7f3cac50ef80> 2024-03-01 21:05:48,222 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:05:48,226 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:05:48,226 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:05:48,230 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:05:48,230 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:05:48,230 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:05:48,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,240 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:05:48,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:48,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:48,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:05:48,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:05:48,286 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:05:48,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:05:48,289 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:05:48,292 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:05:48,292 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:05:48,295 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:48,296 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:48,296 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:05:48,298 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:05:48,301 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:05:48,304 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:05:48,306 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:05:48,309 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:05:48,310 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:05:48,310 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:05:48,311 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:05:48,310 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f3ca9c46ee0) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f3cab66f2c0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:05:48,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:05:48,317 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:05:48,317 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:05:48,320 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:05:48,320 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:05:48,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:05:48,326 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:05:48,326 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:05:48,326 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:05:48,329 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:05:48,329 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:05:48,331 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:05:48,332 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:05:48,335 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/f33ebd4a-51b9-4f37-aa9a-e48d909b32ea ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2yvXkIuivVQNztbtTvH3naI1RXLuCUVWc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'ID_FS_UUID_ENC': 'f33ebd4a-51b9-4f37-aa9a-e48d909b32ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595552627'} ; 2024-03-01 21:05:48,335 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:05:48,335 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,339 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:05:48,339 INFO program/MainThread: stderr[59]: 2024-03-01 21:05:48,339 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:05:48,339 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,342 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:05:48,343 INFO program/MainThread: stderr[60]: 2024-03-01 21:05:48,343 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:05:48,343 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,346 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:05:48,346 INFO program/MainThread: stderr[61]: 2024-03-01 21:05:48,346 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:05:48,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:05:48,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,358 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,360 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,355 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:48,361 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:05:48,364 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:05:48,364 INFO program/MainThread: stderr[62]: 2024-03-01 21:05:48,364 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:05:48,368 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:05:48,368 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:05:48,370 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm ' '/dev/disk/by-uuid/e5d06268-4542-40ac-ae9a-ce13c6c54d2a ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2tRe27sBjzqpNqwknxojvOLaNEKrLOTNm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'ID_FS_UUID_ENC': 'e5d06268-4542-40ac-ae9a-ce13c6c54d2a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '595986761'} ; 2024-03-01 21:05:48,371 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:05:48,371 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:48,374 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:05:48,374 INFO program/MainThread: stderr[63]: 2024-03-01 21:05:48,374 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:05:48,374 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:48,377 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:05:48,377 INFO program/MainThread: stderr[64]: 2024-03-01 21:05:48,377 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:05:48,377 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:48,380 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:05:48,380 INFO program/MainThread: stderr[65]: 2024-03-01 21:05:48,380 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:05:48,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:05:48,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,392 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,393 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,388 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:48,394 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:05:48,398 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:05:48,398 INFO program/MainThread: stderr[66]: 2024-03-01 21:05:48,398 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:05:48,402 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:05:48,402 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:05:48,404 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is ' '/dev/disk/by-uuid/34c386d5-d3fa-4445-bc06-dfa80fa72b21 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2KtULmeywUgeqjgH0f1PTp9jsdyx5Y6is', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'ID_FS_UUID_ENC': '34c386d5-d3fa-4445-bc06-dfa80fa72b21', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597068199'} ; 2024-03-01 21:05:48,404 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:05:48,405 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:48,408 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:05:48,409 INFO program/MainThread: stderr[67]: 2024-03-01 21:05:48,409 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:05:48,409 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:48,412 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:05:48,412 INFO program/MainThread: stderr[68]: 2024-03-01 21:05:48,412 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:05:48,412 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:48,415 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:05:48,415 INFO program/MainThread: stderr[69]: 2024-03-01 21:05:48,415 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:05:48,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:05:48,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,427 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,428 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,423 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:48,429 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:05:48,433 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:05:48,433 INFO program/MainThread: stderr[70]: 2024-03-01 21:05:48,433 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:05:48,437 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:05:48,437 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:05:48,440 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/cfcc676d-2262-4a9e-bd2a-69cca87c2828 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-r4bbaAfas7TeyqKYU8ek9wB6W0l3Akc2pKLsOPdnd0wsvNUue33Q3fKcVM49Zdbj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'ID_FS_UUID_ENC': 'cfcc676d-2262-4a9e-bd2a-69cca87c2828', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598159681'} ; 2024-03-01 21:05:48,440 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:05:48,440 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:48,444 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:05:48,444 INFO program/MainThread: stderr[71]: 2024-03-01 21:05:48,444 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:05:48,444 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:48,447 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:05:48,448 INFO program/MainThread: stderr[72]: 2024-03-01 21:05:48,448 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:05:48,448 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:48,451 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:05:48,451 INFO program/MainThread: stderr[73]: 2024-03-01 21:05:48,451 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:05:48,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:05:48,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,462 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,463 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:48,464 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:48,459 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:48,465 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:05:48,468 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:05:48,469 INFO program/MainThread: stderr[74]: 2024-03-01 21:05:48,469 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:05:48,473 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:05:48,473 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:05:48,475 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/6294bb2f-337b-48f4-b402-1207542d991b ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LNV9zKDMO1w3a1BuDY5Qs6D6PJINNrz7T', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6294bb2f-337b-48f4-b402-1207542d991b', 'ID_FS_UUID_ENC': '6294bb2f-337b-48f4-b402-1207542d991b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '599971956'} ; 2024-03-01 21:05:48,476 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:05:48,476 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:48,480 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:05:48,480 INFO program/MainThread: stderr[75]: 2024-03-01 21:05:48,480 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:05:48,480 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:48,483 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:05:48,483 INFO program/MainThread: stderr[76]: 2024-03-01 21:05:48,483 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:05:48,483 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:48,486 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:05:48,487 INFO program/MainThread: stderr[77]: 2024-03-01 21:05:48,487 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:05:48,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:05:48,497 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:48,497 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:48,498 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:48,498 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:48,494 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:48,499 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:05:48,502 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:05:48,503 INFO program/MainThread: stderr[78]: 2024-03-01 21:05:48,503 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:05:48,506 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:05:48,506 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:05:48,509 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/044c696e-daa3-4438-a4b0-a55988c35bb4 ' '/dev/disk/by-id/dm-uuid-LVM-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-N0zb8z87ldFwuDtFgVQkntswSzP4q99LyPU6wjQvKVFiqUEs1yYLHFw6ZNEeEeyy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'ID_FS_UUID_ENC': '044c696e-daa3-4438-a4b0-a55988c35bb4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '600389620'} ; 2024-03-01 21:05:48,509 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:05:48,510 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:48,513 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:05:48,513 INFO program/MainThread: stderr[79]: 2024-03-01 21:05:48,513 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:05:48,514 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:48,516 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:05:48,517 INFO program/MainThread: stderr[80]: 2024-03-01 21:05:48,517 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:05:48,517 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:48,520 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:05:48,520 INFO program/MainThread: stderr[81]: 2024-03-01 21:05:48,520 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:05:48,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:05:48,530 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:48,531 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:48,531 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:48,532 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:48,528 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:48,533 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:05:48,536 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:05:48,536 INFO program/MainThread: stderr[82]: 2024-03-01 21:05:48,536 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:05:48,540 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:05:48,540 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:05:48,543 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/49d2821c-26f8-4939-bbf6-e6abeb1d2397 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYA2GC0weIFf867pNsrqZXKhWv6Q4mYGB7O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'ID_FS_UUID_ENC': '49d2821c-26f8-4939-bbf6-e6abeb1d2397', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602270571'} ; 2024-03-01 21:05:48,543 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:05:48,544 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:48,547 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:05:48,547 INFO program/MainThread: stderr[83]: 2024-03-01 21:05:48,547 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:05:48,547 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:48,550 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:05:48,550 INFO program/MainThread: stderr[84]: 2024-03-01 21:05:48,550 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:05:48,551 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:48,553 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:05:48,554 INFO program/MainThread: stderr[85]: 2024-03-01 21:05:48,554 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:05:48,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:05:48,564 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,564 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,565 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,561 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,566 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:05:48,569 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:05:48,569 INFO program/MainThread: stderr[86]: 2024-03-01 21:05:48,570 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:05:48,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:05:48,573 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:05:48,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/bafb3526-3206-4c08-b919-62dfdb09aebc ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-DLkb1tx63rAE6QtDiWLcrV5ZC0vMObYAxIHWxvp2aqKdYkHHl6ABIwVzU9T4qQHA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'ID_FS_UUID_ENC': 'bafb3526-3206-4c08-b919-62dfdb09aebc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '602674715'} ; 2024-03-01 21:05:48,576 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:05:48,577 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:48,580 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:05:48,580 INFO program/MainThread: stderr[87]: 2024-03-01 21:05:48,580 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:05:48,580 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:48,583 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:05:48,583 INFO program/MainThread: stderr[88]: 2024-03-01 21:05:48,583 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:05:48,583 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:48,586 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:05:48,586 INFO program/MainThread: stderr[89]: 2024-03-01 21:05:48,586 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:05:48,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:05:48,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,596 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,597 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,593 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,598 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:05:48,601 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:05:48,602 INFO program/MainThread: stderr[90]: 2024-03-01 21:05:48,602 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:05:48,605 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:05:48,605 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:05:48,606 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:48,617 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:48,636 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:05:48,637 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:05:48,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:48,649 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:05:48,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:48,659 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:05:48,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:48,670 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:05:48,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:48,680 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:05:48,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:48,690 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:05:48,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:05:48,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:05:48,700 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:05:48,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,706 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:05:48,706 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,706 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,707 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,707 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,707 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,708 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,708 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,708 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:05:48,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:05:48,715 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:05:48,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:05:48,720 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:05:48,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:05:48,724 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:05:48,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:05:48,730 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:05:48,732 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,733 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,734 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,737 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,738 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,741 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,742 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,745 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,746 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,749 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,750 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,753 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,754 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,757 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,758 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,761 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,762 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,765 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,766 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,769 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,770 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,773 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,774 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,777 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,778 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,781 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,782 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,785 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,786 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,786 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,789 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,790 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,798 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,798 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,801 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,802 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,802 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,802 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,799 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,806 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,806 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,806 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,810 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,814 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,814 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,817 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,821 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,822 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,825 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,826 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,826 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,829 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,829 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,830 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,830 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,833 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,833 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,834 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,834 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,837 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,838 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,841 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,842 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,842 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,845 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,846 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,849 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,850 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,850 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,853 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,853 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,854 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,854 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,857 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,858 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,858 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:05:48,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xIHWxv-p2aq-KdYk-HHl6-ABIw-VzU9-T4qQHA size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:05:48,859 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:05:48,862 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:48,862 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:48,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:05:48,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:05:48,866 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:48,866 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:05:48,870 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:05:48,870 INFO program/MainThread: stderr[91]: 2024-03-01 21:05:48,870 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:05:48,875 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:05:48,875 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:05:48,875 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:48,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:48,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:05:48,881 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:05:48,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,888 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,891 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,894 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,895 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,898 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,899 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,905 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,908 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,912 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,913 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,915 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,922 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,925 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,926 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,927 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,929 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,930 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,932 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,937 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,946 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,949 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,950 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,951 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,953 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,954 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,954 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,958 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,960 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,963 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,964 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,967 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,967 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,968 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,971 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,971 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,968 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,974 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,975 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,978 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,979 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,988 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,991 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,992 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:05:48,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:05:48,989 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 2GC0we-IFf8-67pN-srqZ-XKhW-v6Q4-mYGB7O size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9d4c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = DLkb1t-x63r-AE6Q-tDiW-LcrV-5ZC0-vMObYA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:05:48,993 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:05:48,996 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:48,996 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:48,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:05:48,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:05:48,999 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:49,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:05:49,002 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:05:49,002 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:49,003 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 21:05:49,003 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:05:49,005 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:05:49,005 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,008 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:05:49,011 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:05:49,013 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:05:49,014 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:05:49,014 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:49,014 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:05:49,014 DEBUG blivet/MainThread: removing sda 2024-03-01 21:05:49,016 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:49,016 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:05:49,019 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:05:49,019 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:49,019 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:05:49,019 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:05:49,022 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:49,022 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:05:49,025 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:05:49,025 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:49,025 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:05:49,025 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:05:49,027 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:49,027 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:05:49,030 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:05:49,030 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:49,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,035 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:05:49,035 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,036 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,036 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,036 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,037 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,037 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,037 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,038 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,038 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,038 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,039 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,039 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:05:49,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:05:49,044 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:05:49,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:05:49,049 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:05:49,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:05:49,054 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:05:49,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:05:49,059 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:05:49,061 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,062 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,063 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,065 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,066 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,067 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,070 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,071 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,074 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,074 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,075 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,078 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,078 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,079 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,082 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,083 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,086 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,086 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,089 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,090 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,093 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,094 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,097 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,097 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,098 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,101 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,102 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,105 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,106 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,106 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,109 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,110 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,112 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,113 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,114 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,116 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,117 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,117 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,118 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,120 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,121 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,121 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,122 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,125 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,125 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,126 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,129 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,130 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,133 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,134 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,136 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,137 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,138 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,140 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,141 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,142 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,144 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,145 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,145 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,148 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,149 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,149 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,153 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,156 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,157 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,160 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,160 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,161 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,164 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,164 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,164 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,165 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,167 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,168 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,168 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,169 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,171 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,172 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,172 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,173 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,175 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,176 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,176 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,177 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,179 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,180 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,180 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,181 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,184 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,184 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,185 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:05:49,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = yPU6wj-QvKV-FiqU-Es1y-YLHF-w6ZN-EeEeyy size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:05:49,185 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:05:49,188 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:49,188 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:05:49,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:05:49,191 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:49,194 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:05:49,195 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:05:49,195 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:49,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:05:49,200 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:05:49,202 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,203 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,203 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,203 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,206 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,206 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,206 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,207 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,210 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,210 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,210 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,213 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,214 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,216 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,217 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,217 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,218 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,220 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,220 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,221 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,221 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,224 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,224 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,225 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,227 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,228 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,230 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,231 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,232 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,234 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,234 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,235 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,237 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,238 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,238 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,239 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,241 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,241 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,242 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,242 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,244 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,245 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,245 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,246 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,248 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,248 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,249 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,249 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,251 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,252 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,252 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,253 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,255 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,255 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,256 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,256 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,259 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,260 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,262 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,265 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,266 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,269 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,269 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,270 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,270 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,272 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,273 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,273 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,274 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,276 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,276 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,277 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,277 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,280 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,281 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,283 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,287 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,290 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,291 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,294 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,295 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,297 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,298 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,300 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,301 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,302 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,304 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,305 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,308 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,309 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,311 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:05:49,312 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:05:49,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = NV9zKD-MO1w-3a1B-uDY5-Qs6D-6PJI-NNrz7T size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9cb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = N0zb8z-87ld-FwuD-tFgV-Qknt-swSz-P4q99L size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:05:49,313 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:05:49,315 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:49,315 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:05:49,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:05:49,319 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:49,322 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:05:49,322 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:05:49,322 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:49,322 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 21:05:49,322 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:05:49,324 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:05:49,325 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,327 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:05:49,330 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:05:49,333 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:05:49,333 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:05:49,333 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:49,333 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:05:49,333 DEBUG blivet/MainThread: removing sde 2024-03-01 21:05:49,335 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:49,335 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:05:49,338 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:05:49,338 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:49,338 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:05:49,338 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:05:49,340 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:49,341 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:05:49,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:05:49,343 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:49,343 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:05:49,343 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:05:49,346 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:49,346 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:05:49,349 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:05:49,349 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:49,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,354 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:05:49,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,355 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,355 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,359 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:05:49,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:05:49,364 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:05:49,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:05:49,369 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:05:49,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:05:49,374 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:05:49,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:05:49,379 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:05:49,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:05:49,384 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:05:49,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,387 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,389 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,393 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,394 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,389 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,398 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,400 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,404 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,405 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,400 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,409 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,410 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,414 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,416 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,420 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,421 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,424 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,425 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,426 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,430 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,432 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,436 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,437 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,441 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,442 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,446 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,447 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,451 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,453 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,457 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,458 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,462 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,463 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,467 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,468 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,469 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,472 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,473 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,474 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,469 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,478 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,479 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,475 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,483 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,485 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,489 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,490 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,494 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,495 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,499 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,501 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,505 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,506 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,510 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,511 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,515 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,517 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,521 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,522 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,526 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,527 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,531 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,533 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,537 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,538 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,542 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,547 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,549 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,552 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,553 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,554 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:05:49,549 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c57340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pKLsOP-dnd0-wsvN-Uue3-3Q3f-KcVM-49Zdbj size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:05:49,555 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:05:49,557 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:49,557 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:05:49,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:05:49,561 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:49,564 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:05:49,564 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:05:49,564 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:49,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:05:49,569 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:05:49,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,572 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,574 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,577 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,579 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,583 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,584 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,588 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,589 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,593 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,594 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,598 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,599 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,602 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,603 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,604 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,607 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,609 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,612 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,614 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,617 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,618 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,622 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,623 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,627 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,627 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,628 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,632 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,633 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,637 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,638 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,642 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,643 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,647 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,648 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,652 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,653 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,657 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,658 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,661 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,663 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,666 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,668 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,663 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,670 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,671 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,672 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,676 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,677 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,681 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,682 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,686 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,687 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,691 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,692 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,688 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,696 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,697 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,701 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,702 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,706 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,707 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,711 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,712 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,715 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,716 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,717 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,720 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,722 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,725 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,726 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:05:49,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cab220280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KtULme-ywUg-eqjg-H0f1-PTp9-jsdy-x5Y6is size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:05:49,727 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:05:49,730 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:49,730 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:05:49,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:05:49,733 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:49,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:05:49,736 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:05:49,737 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:49,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:05:49,742 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:05:49,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,745 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,746 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,750 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,751 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,754 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,755 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,759 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,760 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,763 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,764 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,768 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,769 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,765 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,772 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,773 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,777 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,778 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,781 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,782 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,786 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,787 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,790 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,791 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,795 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,796 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,799 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,800 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,804 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,804 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,805 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,808 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,809 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,809 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,813 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,814 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,817 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,818 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,822 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,823 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,826 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,827 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,831 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,832 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,835 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,836 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,840 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,841 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,837 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,844 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,845 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,841 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,849 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,850 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,853 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,854 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,858 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,859 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,862 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,863 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,859 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,866 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,867 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,868 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,864 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,871 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,872 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,876 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,877 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,873 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,880 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,881 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,885 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,886 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:05:49,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c85280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRe27s-Bjzq-pNqw-knxo-jvOL-aNEK-rLOTNm size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,886 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:05:49,889 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:49,889 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:49,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:05:49,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:05:49,893 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:49,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:05:49,896 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:05:49,896 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:49,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:05:49,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:05:49,901 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:05:49,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,904 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,905 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,908 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,909 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,912 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,913 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,916 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,917 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,920 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,921 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,918 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,924 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,925 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,928 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,929 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,926 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,932 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,933 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,936 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,937 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,940 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,941 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,944 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,945 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,942 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,948 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,949 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,952 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,952 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,953 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,956 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,957 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,960 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,961 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,964 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,965 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,968 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,969 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,972 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,973 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,976 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,977 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,980 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,981 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,984 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,985 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,988 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,989 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,992 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,992 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,993 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:49,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,997 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:49,998 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,001 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,001 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:49,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,005 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,005 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,009 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,009 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,013 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,013 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,014 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,017 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,017 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,018 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,021 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,022 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,024 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,025 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,026 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,029 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,029 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:05:50,030 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:05:50,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3ca9c9aa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yvXkIu-ivVQ-Nztb-tTvH-3naI-1RXL-uCUVWc size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3ca9c47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = r4bbaA-fas7-Teyq-KYU8-ek9w-B6W0-l3Akc2 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:05:50,030 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:05:50,033 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:05:50,033 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:50,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:05:50,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:05:50,036 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,039 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:05:50,039 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:05:50,039 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,040 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'sdj', 'test_vg3', 'sdh'] 2024-03-01 21:05:50,040 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:05:50,042 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:05:50,042 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:50,045 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:50,048 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:50,050 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:50,053 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:05:50,053 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:05:50,053 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:50,053 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:05:50,053 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:05:50,055 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:50,056 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:50,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:05:50,058 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:05:50,058 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:50,058 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:05:50,058 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:05:50,061 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:50,061 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:50,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:05:50,064 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:05:50,064 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:50,064 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:05:50,064 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:05:50,066 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:50,066 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:50,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:05:50,069 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:05:50,069 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:50,069 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:05:50,069 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:05:50,071 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:05:50,072 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:05:50,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:05:50,074 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:05:50,074 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:50,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,090 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,108 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,120 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,141 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:05:50,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,156 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,177 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:05:50,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,191 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,213 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:05:50,214 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,225 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,247 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:05:50,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,262 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,283 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:05:50,284 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,295 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,316 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:05:50,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,331 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,352 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:05:50,353 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,366 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,388 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:05:50,388 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:50,388 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:50,388 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:50,389 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:50,390 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:50,390 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:05:50,392 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:05:50,394 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:05:50,396 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:05:50,399 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:05:50,399 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:05:50,402 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:05:50,402 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 0x7f3ca9bca720> 2024-03-01 21:05:50,402 INFO blivet/MainThread: sorting actions... 2024-03-01 21:05:50,423 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,423 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,423 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:50,423 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:50,423 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:50,424 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:50,425 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:50,426 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:50,426 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,432 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:05:50,432 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:05:50,440 INFO program/MainThread: stdout: 2024-03-01 21:05:50,441 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:50,441 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,460 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,461 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,475 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,476 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:05:50,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:05:50,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:05:50,486 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:05:50,489 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:05:50,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:05:50,492 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:50,538 INFO program/MainThread: stdout[92]: 2024-03-01 21:05:50,538 INFO program/MainThread: stderr[92]: 2024-03-01 21:05:50,538 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:05:50,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:50,545 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,548 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,551 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,553 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,556 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,558 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,561 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,564 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,566 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:05:50,567 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:50,604 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:05:50,604 INFO program/MainThread: stderr[93]: 2024-03-01 21:05:50,604 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:05:50,605 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:50,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,631 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:05:50,632 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:05:50,649 INFO program/MainThread: stdout: 2024-03-01 21:05:50,649 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:50,649 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,650 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,685 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,701 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,702 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:05:50,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:05:50,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:05:50,712 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:05:50,715 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:05:50,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:05:50,718 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:50,760 INFO program/MainThread: stdout[94]: 2024-03-01 21:05:50,760 INFO program/MainThread: stderr[94]: 2024-03-01 21:05:50,760 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:05:50,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:50,767 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,770 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,772 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,775 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,777 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,780 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,783 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,785 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:05:50,788 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:50,830 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:05:50,830 INFO program/MainThread: stderr[95]: 2024-03-01 21:05:50,830 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:05:50,831 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:50,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,848 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:05:50,848 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:05:50,859 INFO program/MainThread: stdout: 2024-03-01 21:05:50,860 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:50,860 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,860 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,905 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:50,917 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:50,918 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:05:50,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:05:50,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:05:50,928 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:05:50,931 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:05:50,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:05:50,934 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:50,983 INFO program/MainThread: stdout[96]: 2024-03-01 21:05:50,984 INFO program/MainThread: stderr[96]: 2024-03-01 21:05:50,984 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:05:50,988 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:50,991 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,993 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:05:50,996 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:50,999 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:05:51,002 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,004 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:05:51,007 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,010 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:05:51,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:05:51,012 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,050 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:05:51,050 INFO program/MainThread: stderr[97]: 2024-03-01 21:05:51,050 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:05:51,051 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:51,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,067 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:05:51,067 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:05:51,079 INFO program/MainThread: stdout: 2024-03-01 21:05:51,080 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:51,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,130 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,130 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,147 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,148 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:05:51,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:05:51,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:05:51,158 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:05:51,162 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:05:51,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:05:51,165 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,221 INFO program/MainThread: stdout[98]: 2024-03-01 21:05:51,221 INFO program/MainThread: stderr[98]: 2024-03-01 21:05:51,221 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:05:51,225 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:51,228 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,231 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,234 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,236 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,239 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,242 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,244 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,247 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:05:51,250 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,324 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:05:51,324 INFO program/MainThread: stderr[99]: 2024-03-01 21:05:51,324 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:05:51,325 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:05:51,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:05:51,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:05:51,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:05:51,355 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,360 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,368 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,372 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,382 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,387 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,396 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,403 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:05:51,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:05:51,409 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,449 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:05:51,449 INFO program/MainThread: stderr[100]: 2024-03-01 21:05:51,449 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:05:51,449 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,516 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:05:51,517 INFO program/MainThread: stderr[101]: 2024-03-01 21:05:51,517 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:05:51,517 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,562 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:05:51,562 INFO program/MainThread: stderr[102]: 2024-03-01 21:05:51,562 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:05:51,563 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:05:51,571 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,576 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,591 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,592 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,655 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:05:51,656 INFO program/MainThread: stderr[103]: 2024-03-01 21:05:51,656 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:05:51,656 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:05:51,658 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,675 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,676 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,685 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 21:05:51,686 INFO program/MainThread: stderr[104]: 2024-03-01 21:05:51,686 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:05:51,686 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 21:05:51,702 INFO program/MainThread: stdout[105]: 2024-03-01 21:05:51,702 INFO program/MainThread: stderr[105]: 2024-03-01 21:05:51,702 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:05:51,702 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,719 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,733 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,734 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:05:51,738 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,740 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,743 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,743 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdj,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,774 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:05:51,774 INFO program/MainThread: stderr[106]: 2024-03-01 21:05:51,774 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:05:51,774 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:05:51,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,797 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,798 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,808 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 21:05:51,808 INFO program/MainThread: stderr[107]: 2024-03-01 21:05:51,808 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:05:51,808 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdj ... 2024-03-01 21:05:51,823 INFO program/MainThread: stdout[108]: 2024-03-01 21:05:51,824 INFO program/MainThread: stderr[108]: 2024-03-01 21:05:51,824 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:05:51,824 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,835 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,846 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,846 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:05:51,850 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,853 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,855 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,855 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdg,/dev/sdc ... 2024-03-01 21:05:51,890 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:05:51,890 INFO program/MainThread: stderr[109]: 2024-03-01 21:05:51,890 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:05:51,891 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:05:51,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,910 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,911 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdc ... 2024-03-01 21:05:51,921 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 21:05:51,921 INFO program/MainThread: stderr[110]: 2024-03-01 21:05:51,921 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:05:51,921 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdg ... 2024-03-01 21:05:51,937 INFO program/MainThread: stdout[111]: 2024-03-01 21:05:51,938 INFO program/MainThread: stderr[111]: 2024-03-01 21:05:51,938 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:05:51,938 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,949 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:51,962 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:51,963 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:05:51,967 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:51,969 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,972 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:05:51,972 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdi,/dev/sdc ... 2024-03-01 21:05:52,010 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:05:52,010 INFO program/MainThread: stderr[112]: 2024-03-01 21:05:52,010 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:05:52,011 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:05:52,011 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,026 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,026 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,035 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 21:05:52,035 INFO program/MainThread: stderr[113]: 2024-03-01 21:05:52,035 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:05:52,035 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdi ... 2024-03-01 21:05:52,050 INFO program/MainThread: stdout[114]: 2024-03-01 21:05:52,050 INFO program/MainThread: stderr[114]: 2024-03-01 21:05:52,050 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:05:52,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,061 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,062 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,075 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,076 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:52,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,083 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:05:52,083 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:05:52,091 INFO program/MainThread: stdout: 2024-03-01 21:05:52,091 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:52,091 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,110 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,111 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,122 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:05:52,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:05:52,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:05:52,132 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:05:52,135 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:05:52,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:05:52,139 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,178 INFO program/MainThread: stdout[115]: 2024-03-01 21:05:52,178 INFO program/MainThread: stderr[115]: 2024-03-01 21:05:52,178 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:05:52,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:05:52,185 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,187 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:05:52,190 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,193 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:05:52,195 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,198 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:05:52,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:05:52,201 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,237 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 21:05:52,237 INFO program/MainThread: stderr[116]: 2024-03-01 21:05:52,237 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:05:52,238 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:52,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,253 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:05:52,254 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:05:52,273 INFO program/MainThread: stdout: 2024-03-01 21:05:52,273 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:52,273 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,274 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,323 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,324 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:05:52,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:05:52,331 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:05:52,334 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:05:52,337 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:05:52,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:05:52,340 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,385 INFO program/MainThread: stdout[117]: 2024-03-01 21:05:52,385 INFO program/MainThread: stderr[117]: 2024-03-01 21:05:52,385 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:05:52,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:05:52,392 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:05:52,397 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,400 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:05:52,403 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:05:52,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:05:52,408 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,452 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 21:05:52,452 INFO program/MainThread: stderr[118]: 2024-03-01 21:05:52,452 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:05:52,453 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:05:52,461 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:05:52,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:05:52,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:05:52,481 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:05:52,498 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,501 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:05:52,504 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,506 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:05:52,509 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:05:52,509 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,549 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 21:05:52,549 INFO program/MainThread: stderr[119]: 2024-03-01 21:05:52,549 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:05:52,550 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,609 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:05:52,609 INFO program/MainThread: stderr[120]: 2024-03-01 21:05:52,609 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:05:52,609 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,642 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 21:05:52,642 INFO program/MainThread: stderr[121]: 2024-03-01 21:05:52,642 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:05:52,643 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:05:52,650 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,658 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:05:52,666 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:05:52,666 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdf,/dev/sdc ... 2024-03-01 21:05:52,727 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:05:52,728 INFO program/MainThread: stderr[122]: 2024-03-01 21:05:52,728 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:05:52,728 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:05:52,728 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,745 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,746 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:52,756 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 21:05:52,756 INFO program/MainThread: stderr[123]: 2024-03-01 21:05:52,756 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:05:52,756 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdf ... 2024-03-01 21:05:52,774 INFO program/MainThread: stdout[124]: 2024-03-01 21:05:52,774 INFO program/MainThread: stderr[124]: 2024-03-01 21:05:52,774 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:05:52,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,789 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,804 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,805 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:05:52,809 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,811 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:05:52,814 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:05:52,814 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:05:52,846 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:05:52,847 INFO program/MainThread: stderr[125]: 2024-03-01 21:05:52,847 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:05:52,847 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:05:52,847 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,867 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,868 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:52,877 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 21:05:52,877 INFO program/MainThread: stderr[126]: 2024-03-01 21:05:52,877 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:05:52,877 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sdd ... 2024-03-01 21:05:52,893 INFO program/MainThread: stdout[127]: 2024-03-01 21:05:52,893 INFO program/MainThread: stderr[127]: 2024-03-01 21:05:52,893 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 21:05:52,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,904 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,915 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,916 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:05:52,920 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:52,922 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:05:52,925 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:05:52,925 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:52,961 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:05:52,961 INFO program/MainThread: stderr[128]: 2024-03-01 21:05:52,961 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 21:05:52,961 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:05:52,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:52,979 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:52,980 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:52,989 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 21:05:52,990 INFO program/MainThread: stderr[129]: 2024-03-01 21:05:52,990 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 21:05:52,990 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sde ... 2024-03-01 21:05:53,005 INFO program/MainThread: stdout[130]: 2024-03-01 21:05:53,005 INFO program/MainThread: stderr[130]: 2024-03-01 21:05:53,005 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 21:05:53,005 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,015 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,016 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,030 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,031 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:53,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,038 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:05:53,038 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:05:53,046 INFO program/MainThread: stdout: 2024-03-01 21:05:53,047 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:53,047 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,047 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,065 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,081 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:05:53,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:05:53,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:05:53,091 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:05:53,094 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:05:53,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:05:53,097 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,136 INFO program/MainThread: stdout[131]: 2024-03-01 21:05:53,136 INFO program/MainThread: stderr[131]: 2024-03-01 21:05:53,136 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 21:05:53,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:05:53,143 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,146 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:05:53,149 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,151 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:05:53,154 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,156 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:05:53,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:05:53,159 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,196 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 21:05:53,197 INFO program/MainThread: stderr[132]: 2024-03-01 21:05:53,197 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 21:05:53,198 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:53,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,213 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:05:53,214 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:05:53,235 INFO program/MainThread: stdout: 2024-03-01 21:05:53,235 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:05:53,235 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,260 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,275 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,276 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:05:53,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:05:53,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:05:53,286 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:05:53,289 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:05:53,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:05:53,292 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,341 INFO program/MainThread: stdout[133]: 2024-03-01 21:05:53,341 INFO program/MainThread: stderr[133]: 2024-03-01 21:05:53,341 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 21:05:53,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:05:53,348 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,351 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:05:53,354 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,357 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:05:53,359 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,362 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:05:53,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:05:53,365 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,399 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 21:05:53,399 INFO program/MainThread: stderr[134]: 2024-03-01 21:05:53,399 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 21:05:53,400 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:05:53,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:05:53,415 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:05:53,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:05:53,432 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:05:53,447 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,454 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:05:53,461 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,465 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:05:53,467 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:05:53,467 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,508 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 21:05:53,509 INFO program/MainThread: stderr[135]: 2024-03-01 21:05:53,509 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 21:05:53,509 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,571 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:05:53,571 INFO program/MainThread: stderr[136]: 2024-03-01 21:05:53,571 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 21:05:53,571 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,601 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 21:05:53,601 INFO program/MainThread: stderr[137]: 2024-03-01 21:05:53,601 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 21:05:53,602 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:05:53,609 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,616 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:05:53,622 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:05:53,622 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,680 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:05:53,681 INFO program/MainThread: stderr[138]: 2024-03-01 21:05:53,681 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 21:05:53,681 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:05:53,681 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,697 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,698 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,706 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 21:05:53,707 INFO program/MainThread: stderr[139]: 2024-03-01 21:05:53,707 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 21:05:53,707 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sdb ... 2024-03-01 21:05:53,723 INFO program/MainThread: stdout[140]: 2024-03-01 21:05:53,723 INFO program/MainThread: stderr[140]: 2024-03-01 21:05:53,723 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 21:05:53,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,734 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,748 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,749 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:05:53,753 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,756 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:05:53,758 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:05:53,758 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 21:05:53,802 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:05:53,802 INFO program/MainThread: stderr[141]: 2024-03-01 21:05:53,802 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 21:05:53,802 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:05:53,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,814 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,814 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:53,823 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 21:05:53,823 INFO program/MainThread: stderr[142]: 2024-03-01 21:05:53,823 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 21:05:53,823 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 21:05:53,840 INFO program/MainThread: stdout[143]: 2024-03-01 21:05:53,840 INFO program/MainThread: stderr[143]: 2024-03-01 21:05:53,840 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 21:05:53,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,866 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:05:53,870 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:05:53,872 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:05:53,875 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:05:53,875 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:05:53,908 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:05:53,908 INFO program/MainThread: stderr[144]: 2024-03-01 21:05:53,908 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 21:05:53,908 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:05:53,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,930 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,931 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:05:53,940 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 21:05:53,940 INFO program/MainThread: stderr[145]: 2024-03-01 21:05:53,940 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 21:05:53,940 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sda ... 2024-03-01 21:05:53,955 INFO program/MainThread: stdout[146]: 2024-03-01 21:05:53,955 INFO program/MainThread: stderr[146]: 2024-03-01 21:05:53,955 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 21:05:53,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,969 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:05:53,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:05:53,990 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:05:53,991 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 0x7f3ca9bcae00> 2024-03-01 21:06:01,694 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_mkcbdenr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:05,255 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_q8e_zqc1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:10,775 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_u0g2vjwy/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:10,811 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:10,812 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:06:10,815 INFO program/MainThread: stdout[2]: 2024-03-01 21:06:10,816 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:06:10,816 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:06:10,816 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:06:10,822 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:10,822 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:06:10,826 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:10,826 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:06:10,829 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:10,829 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:06:10,832 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:10,832 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:06:10,841 INFO program/MainThread: stdout: 2024-03-01 21:06:10,841 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:06:10,841 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,841 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,841 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:06:10,842 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:10,842 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:10,842 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:10,842 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:10,842 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:10,843 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:06:10,843 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:10,843 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:06:10,843 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:06:10,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:10,857 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:10,874 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:06:10,879 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:06:10,879 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:06:10,879 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:10,911 INFO program/MainThread: stdout[3]: 2024-03-01 21:06:10,911 INFO program/MainThread: stderr[3]: 2024-03-01 21:06:10,911 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:06:10,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:10,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:10,923 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:06:10,925 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:06:10,930 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:06:10,930 INFO blivet/MainThread: sda is a disk 2024-03-01 21:06:10,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:06:10,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:06:10,934 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:10,937 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:10,938 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:10,941 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:06:10,941 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:06:10,941 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:06:10,942 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5935525e80) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:06:10,945 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:06:10,945 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:06:10,948 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:06:10,948 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:06:10,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:10,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:10,959 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:06:10,959 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:06:10,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:06:10,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:06:10,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:10,965 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:10,966 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:10,969 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:06:10,969 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:06:10,969 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:06:10,969 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59351d7f40) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:06:10,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:06:10,973 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:06:10,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:06:10,976 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:06:10,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:06:10,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:10,986 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:06:10,987 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:06:10,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:06:10,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:06:10,990 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:06:10,993 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:06:10,993 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:06:10,996 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:06:10,996 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:06:10,997 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:06:10,997 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59351d7e80) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:06:11,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:06:11,000 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:06:11,003 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:06:11,003 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:06:11,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,013 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:06:11,014 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:06:11,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:06:11,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:06:11,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:06:11,019 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:06:11,020 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:06:11,022 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:06:11,023 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,023 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:06:11,023 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341bb700) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:06:11,026 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:06:11,026 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:06:11,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:06:11,029 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:06:11,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,040 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:06:11,040 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:06:11,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:06:11,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:06:11,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:11,046 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:11,046 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:11,049 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:06:11,049 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,049 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:06:11,049 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341bb7c0) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:06:11,052 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:06:11,052 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:06:11,055 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:06:11,055 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:06:11,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,066 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:06:11,066 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:06:11,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:06:11,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:06:11,069 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:11,072 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:11,072 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:11,075 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:06:11,075 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,075 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:06:11,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5935665550) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:06:11,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:06:11,078 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:06:11,081 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:06:11,081 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:06:11,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,092 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:06:11,092 INFO blivet/MainThread: sde is a disk 2024-03-01 21:06:11,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:06:11,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:06:11,095 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:11,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:11,098 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:11,101 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:06:11,101 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,101 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:06:11,101 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341478b0) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:06:11,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:06:11,104 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:06:11,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:06:11,108 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:06:11,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,118 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:06:11,118 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:06:11,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:06:11,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:06:11,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:11,124 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:11,124 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:11,127 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:06:11,127 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,128 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:06:11,128 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341bbb20) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:06:11,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:06:11,131 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:06:11,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:06:11,134 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:06:11,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,144 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:06:11,144 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:06:11,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:06:11,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:06:11,147 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:11,150 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:11,150 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:11,153 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:06:11,154 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,154 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:06:11,154 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341506a0) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:06:11,157 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:06:11,157 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:06:11,160 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:06:11,160 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:06:11,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,170 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:06:11,171 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:06:11,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:06:11,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:06:11,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:11,177 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:11,177 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:11,179 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:06:11,180 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,180 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:06:11,180 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5934150f40) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:06:11,183 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:06:11,183 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:06:11,186 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:06:11,186 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:06:11,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,197 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:06:11,197 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:06:11,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:06:11,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:06:11,200 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:11,203 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:11,203 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:11,206 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:06:11,206 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,207 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:06:11,207 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341558b0) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:06:11,210 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:06:11,210 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:06:11,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:06:11,213 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:06:11,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,223 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:06:11,224 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:06:11,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:06:11,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:06:11,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:11,229 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:11,230 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:11,232 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:06:11,233 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:06:11,233 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:06:11,233 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5934145c40) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:06:11,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:06:11,236 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:06:11,239 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:06:11,239 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:06:11,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,248 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:06:11,249 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:06:11,249 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:06:11,249 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:06:11,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:06:11,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:06:11,252 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:06:11,254 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:06:11,254 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:06:11,257 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:06:11,257 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:06:11,258 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:06:11,258 INFO blivet/MainThread: got device: DiskDevice instance (0x7f59341472e0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:06:11,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:06:11,264 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:11,264 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:06:11,267 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:11,267 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:06:11,270 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:11,270 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:06:11,273 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:11,273 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:06:11,276 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:06:11,278 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:11,281 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:06:11,288 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 0x7f59341658c0> 2024-03-01 21:06:11,331 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:06:11,335 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:06:11,335 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:06:11,339 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:06:11,339 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:06:11,339 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:06:11,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,347 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:06:11,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:11,367 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:11,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:06:11,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:06:11,392 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:06:11,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:06:11,395 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:06:11,398 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:06:11,398 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:06:11,401 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:11,401 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:11,401 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:06:11,404 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:06:11,407 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:06:11,409 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:06:11,412 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:06:11,415 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:11,415 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:11,415 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:06:11,416 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:06:11,415 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5934164820) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f5935aad5e0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:06:11,419 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:06:11,422 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:11,422 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:06:11,425 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:11,425 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:06:11,428 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:11,428 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:06:11,431 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:11,431 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:06:11,432 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:06:11,432 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:06:11,435 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:11,436 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:06:11,438 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:06:11,438 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:11,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:11,453 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:11,468 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:06:11,469 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:06:11,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:11,480 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:06:11,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:11,489 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:06:11,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:11,499 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:06:11,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:11,508 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:06:11,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:11,518 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:06:11,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:11,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:11,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:11,527 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:06:11,527 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:06:14,979 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ge6hheq9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:15,016 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:15,016 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:06:15,020 INFO program/MainThread: stdout[2]: 2024-03-01 21:06:15,020 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:06:15,020 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:06:15,020 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:06:15,026 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,026 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:06:15,030 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:15,030 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:06:15,033 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:15,033 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:06:15,036 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:15,036 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:06:15,045 INFO program/MainThread: stdout: 2024-03-01 21:06:15,045 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:06:15,045 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,045 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,045 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,045 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,045 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,045 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,045 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:06:15,046 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:15,046 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,046 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:15,046 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:15,046 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:15,047 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:06:15,047 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:15,047 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:06:15,047 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:06:15,047 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,060 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,074 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:06:15,078 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:06:15,079 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:06:15,079 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:15,111 INFO program/MainThread: stdout[3]: 2024-03-01 21:06:15,111 INFO program/MainThread: stderr[3]: 2024-03-01 21:06:15,111 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:06:15,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,123 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:06:15,125 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:06:15,129 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:06:15,130 INFO blivet/MainThread: sda is a disk 2024-03-01 21:06:15,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:06:15,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:06:15,134 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:15,137 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:15,137 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:15,140 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:06:15,140 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,141 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:06:15,141 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a7371be80) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:06:15,144 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:06:15,144 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:06:15,147 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:06:15,147 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:06:15,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,158 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:06:15,159 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:06:15,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:06:15,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:06:15,162 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:15,164 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:15,165 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:15,167 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:06:15,168 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,168 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:06:15,168 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a73657f40) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:06:15,171 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:06:15,172 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:06:15,175 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:06:15,175 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:06:15,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,185 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:06:15,186 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:06:15,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:06:15,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:06:15,189 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:06:15,191 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:06:15,192 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:06:15,195 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:06:15,195 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,195 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:06:15,195 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a73657e80) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:06:15,198 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:06:15,198 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:06:15,201 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:06:15,201 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:06:15,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,212 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:06:15,212 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:06:15,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:06:15,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:06:15,215 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:06:15,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:06:15,218 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:06:15,221 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:06:15,221 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,222 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:06:15,222 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a7263b700) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:06:15,224 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:06:15,225 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:06:15,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:06:15,228 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:06:15,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,238 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:06:15,238 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:06:15,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:06:15,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:06:15,241 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:15,244 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:15,244 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:15,247 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:06:15,247 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,248 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:06:15,248 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a7263b7c0) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:06:15,250 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:06:15,251 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:06:15,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:06:15,254 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:06:15,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,264 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:06:15,265 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:06:15,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:06:15,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:06:15,267 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:15,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:15,270 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:15,273 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:06:15,273 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,274 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:06:15,274 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a73ae9550) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:06:15,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:06:15,277 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:06:15,280 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:06:15,280 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:06:15,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,290 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:06:15,290 INFO blivet/MainThread: sde is a disk 2024-03-01 21:06:15,290 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:06:15,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:06:15,293 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:15,296 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:15,296 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:15,299 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:06:15,299 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,300 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:06:15,300 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a725c48b0) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:06:15,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:06:15,303 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:06:15,306 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:06:15,306 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:06:15,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,316 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:06:15,316 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:06:15,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:06:15,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:06:15,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:15,322 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:15,322 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:15,325 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:06:15,325 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,326 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:06:15,326 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a7263bb20) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:06:15,329 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:06:15,329 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:06:15,331 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:06:15,332 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:06:15,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,342 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:06:15,342 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:06:15,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:06:15,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:06:15,345 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:15,348 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:15,348 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:15,351 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:06:15,351 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,352 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:06:15,352 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a725d06a0) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:06:15,355 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:06:15,355 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:06:15,357 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:06:15,358 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:06:15,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,368 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:06:15,368 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:06:15,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:06:15,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:06:15,371 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:15,374 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:15,374 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:15,377 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:06:15,377 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,377 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:06:15,377 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a725d0f40) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:06:15,380 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:06:15,380 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:06:15,383 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:06:15,383 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:06:15,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,394 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:06:15,394 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:06:15,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:06:15,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:06:15,397 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:15,400 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:15,400 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:15,403 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:06:15,403 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,404 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:06:15,404 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a725d58b0) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:06:15,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:06:15,407 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:06:15,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:06:15,409 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:06:15,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,420 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:06:15,421 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:06:15,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:06:15,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:06:15,424 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:15,426 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:15,427 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:15,429 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:06:15,430 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:06:15,430 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:06:15,430 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a725c6c40) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:06:15,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:06:15,433 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:06:15,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:06:15,436 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:06:15,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,445 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:06:15,445 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:06:15,446 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:06:15,446 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:06:15,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:06:15,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:06:15,448 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:06:15,451 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:06:15,451 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:06:15,454 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:06:15,454 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:06:15,455 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:06:15,455 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9a725c42e0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:06:15,458 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:06:15,461 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:15,461 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:06:15,464 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:15,464 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:06:15,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:15,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:06:15,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:15,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:06:15,473 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:06:15,476 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:15,478 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:06:15,486 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 0x7f9a73d0f2c0> 2024-03-01 21:06:15,531 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:06:15,535 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:06:15,535 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:06:15,538 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:06:15,538 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:06:15,539 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:06:15,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,547 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:06:15,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:06:15,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:06:15,587 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:06:15,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:06:15,590 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:06:15,593 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:06:15,593 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:06:15,596 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:15,596 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:15,596 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:06:15,599 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:06:15,602 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:06:15,604 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:06:15,607 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:06:15,610 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:15,610 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:15,610 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:06:15,611 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:06:15,610 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f9a725e4820) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f9a725f24f0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:06:15,614 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:06:15,617 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:15,617 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:06:15,620 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:15,620 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:06:15,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:15,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:06:15,626 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:15,626 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:06:15,627 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:06:15,628 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:06:15,630 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:15,631 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:06:15,633 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:06:15,634 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:15,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,649 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,664 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:06:15,664 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:06:15,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,675 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:06:15,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,685 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:06:15,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,694 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:06:15,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,704 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:06:15,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,713 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:06:15,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,723 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:06:15,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,732 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:06:15,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:06:15,737 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:06:15,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:06:15,742 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:06:15,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:06:15,747 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:06:15,749 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:15,750 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:06:15,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:06:15,753 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:15,753 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:15,756 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:06:15,756 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:15,758 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:15,759 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:06:15,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:06:15,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:15,761 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:15,764 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:06:15,764 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:15,767 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:15,767 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:06:15,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:06:15,769 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:15,769 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:15,772 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:06:15,772 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:15,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:06:15,777 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:06:15,780 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:15,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:06:15,786 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:15,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:06:15,792 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:15,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:06:15,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:06:15,796 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:06:15,796 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:15,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:15,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:15,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:15,807 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:06:15,808 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:15,808 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:06:15,808 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 21:06:15,809 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:15,809 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:06:15,812 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:15,812 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:06:15,814 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:15,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:06:15,818 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:15,821 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:06:15,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:06:15,824 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:06:15,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:15,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:06:15,833 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:06:15,833 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:15,834 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:06:15,834 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 21:06:15,834 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:06:15,838 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:06:15,838 INFO program/MainThread: stderr[4]: 2024-03-01 21:06:15,838 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:06:15,839 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:06:15,839 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:15,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:06:15,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:06:15,844 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:15,845 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:15,845 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:06:15,845 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:06:15,848 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:06:15,850 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:06:15,852 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:06:15,853 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:06:15,855 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:06:15,856 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 0x7f9a73f35450> 2024-03-01 21:06:15,856 INFO blivet/MainThread: sorting actions... 2024-03-01 21:06:15,857 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:15,857 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:15,857 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:15,857 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:15,858 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:15,858 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:15,858 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:15,858 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:15,858 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:15,858 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:15,861 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:15,863 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:06:15,863 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:06:15,872 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,899 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,900 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,915 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,916 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:15,920 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:15,922 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:06:15,923 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:06:15,931 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,957 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:15,972 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,973 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:15,977 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:15,979 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:06:15,979 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:06:15,987 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:15,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,034 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,035 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:16,039 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,041 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,044 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,044 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:06:16,044 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:16,044 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:16,086 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:06:16,087 INFO program/MainThread: stderr[5]: 2024-03-01 21:06:16,087 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:06:16,087 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:16,101 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 21:06:16,101 INFO program/MainThread: stderr[6]: 2024-03-01 21:06:16,101 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:06:16,101 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 21:06:16,134 INFO program/MainThread: stdout[7]: 2024-03-01 21:06:16,134 INFO program/MainThread: stderr[7]: 2024-03-01 21:06:16,134 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:06:16,134 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 21:06:16,135 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,149 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,153 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:16,154 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:16,155 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:06:16,167 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,167 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,194 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,195 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:16,199 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,201 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,204 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,204 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:06:16,204 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:16,204 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:16,245 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:06:16,246 INFO program/MainThread: stderr[8]: 2024-03-01 21:06:16,246 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:06:16,246 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:16,260 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 21:06:16,261 INFO program/MainThread: stderr[9]: 2024-03-01 21:06:16,261 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:06:16,261 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 21:06:16,298 INFO program/MainThread: stdout[10]: 2024-03-01 21:06:16,298 INFO program/MainThread: stderr[10]: 2024-03-01 21:06:16,298 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:06:16,298 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 21:06:16,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,315 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,319 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:16,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 21:06:16,321 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:06:16,332 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,332 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,358 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,359 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:16,362 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,365 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,367 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,367 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:06:16,367 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:16,368 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:16,412 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:06:16,412 INFO program/MainThread: stderr[11]: 2024-03-01 21:06:16,412 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:06:16,413 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:16,425 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 21:06:16,425 INFO program/MainThread: stderr[12]: 2024-03-01 21:06:16,425 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:06:16,426 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 21:06:16,457 INFO program/MainThread: stdout[13]: 2024-03-01 21:06:16,457 INFO program/MainThread: stderr[13]: 2024-03-01 21:06:16,457 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:06:16,457 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 21:06:16,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,471 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,475 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:16,476 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:16,477 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:06:16,489 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,513 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,514 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:16,518 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:06:16,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:06:16,523 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,525 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,528 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,530 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,533 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,535 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:06:16,538 INFO program/MainThread: Running [14] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:16,585 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 21:06:16,585 INFO program/MainThread: stderr[14]: 2024-03-01 21:06:16,585 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:06:16,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:16,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:06:16,612 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,618 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,640 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,648 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,655 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,658 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,672 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,677 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:06:16,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:06:16,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,694 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,695 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:06:16,706 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,718 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,719 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:16,722 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:06:16,725 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:06:16,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:16,731 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:06:16,734 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,737 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,739 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,742 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,745 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,748 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:16,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,759 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:06:16,764 INFO program/MainThread: Running [15] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:16,799 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:06:16,799 INFO program/MainThread: stderr[15]: 2024-03-01 21:06:16,799 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:06:16,799 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 21:06:16,800 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 21:06:16,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:06:16,804 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 3121152K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:16,875 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 21:06:16,876 INFO program/MainThread: stderr[16]: 2024-03-01 21:06:16,876 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:06:16,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:16,898 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:16,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,925 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,930 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 21:06:16,931 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:16,931 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:06:16,942 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:16,960 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:16,961 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:16,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:16,967 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:06:16,970 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:06:16,970 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:06:17,102 INFO program/MainThread: stdout: 2024-03-01 21:06:17,102 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 21:06:17,102 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:17,102 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:17,102 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:17,102 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 21:06:17,102 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:17,103 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:17,103 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:17,103 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:17,103 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:17,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:17,103 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:06:17,120 INFO program/MainThread: stdout: 2024-03-01 21:06:17,120 INFO program/MainThread: writing all SBs 2024-03-01 21:06:17,120 INFO program/MainThread: new label = "" 2024-03-01 21:06:17,120 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:17,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:17,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:17,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:17,145 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:17,146 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:06:17,157 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:17,158 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:17,176 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:17,181 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:06:17,182 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 0x7f9a7262bb80> 2024-03-01 21:06:17,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:17,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:06:17,187 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:06:17,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:17,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:06:17,193 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:06:22,328 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_m7lhsg2c/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:22,364 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:22,365 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:06:22,368 INFO program/MainThread: stdout[2]: 2024-03-01 21:06:22,369 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:06:22,369 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:06:22,369 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:06:22,374 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:22,375 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:06:22,378 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:22,378 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:06:22,381 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:22,381 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:06:22,384 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:22,384 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:06:22,394 INFO program/MainThread: stdout: 2024-03-01 21:06:22,394 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:06:22,394 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o 2024-03-01 21:06:22,394 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 2024-03-01 21:06:22,394 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb 2024-03-01 21:06:22,394 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 2024-03-01 21:06:22,394 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h 2024-03-01 21:06:22,394 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 2024-03-01 21:06:22,394 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,394 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,394 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,394 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,394 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,395 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,395 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,395 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,395 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:06:22,395 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:06:22,395 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:22,395 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:22,395 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 sdb 1073741824 root disk brw-rw---- LVM2_member Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 sdc 1073741824 root disk brw-rw---- LVM2_member voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:22,395 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:22,395 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:22,396 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:06:22,396 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:22,396 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:06:22,396 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:06:22,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:22,407 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:22,421 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 21:06:22,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/lvm-pv-uuid-jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o', 'ID_FS_UUID_ENC': 'jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:06:22,426 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:06:22,427 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:22,467 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:22,467 INFO program/MainThread: stderr[3]: 2024-03-01 21:06:22,467 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:06:22,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:22,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:22,479 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:06:22,481 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:06:22,485 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:06:22,486 INFO blivet/MainThread: sda is a disk 2024-03-01 21:06:22,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:06:22,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:06:22,489 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:22,493 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:22,493 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:22,496 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:06:22,496 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:06:22,497 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:06:22,497 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff272fda820) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:06:22,500 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:06:22,503 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:22,504 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:06:22,507 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:22,507 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:06:22,510 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:22,510 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:06:22,513 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:22,513 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:06:22,516 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:06:22,516 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:06:22,517 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:06:22,556 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:22,556 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb. WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:22,556 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:06:22,557 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:06:22,561 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o ; label: None ; device: /dev/sda ; serial: 36001405f6de8f902632455d808039c60 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; pe_start: 8 MiB ; 2024-03-01 21:06:22,561 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:06:22,564 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:06:22,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:22,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:06:22,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:22,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:22,575 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:06:22,616 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:22,616 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb. WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:22,616 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:06:22,616 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:06:22,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:06:22,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:06:22,625 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:22,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:06:22,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:06:22,629 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:06:22,668 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:22,668 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb. WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:22,668 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:06:22,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:06:22,673 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:06:22,676 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:06:22,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:22,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:06:22,682 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:06:22,682 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:06:22,685 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb', 'ID_FS_UUID_ENC': 'Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:06:22,685 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:06:22,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:22,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:22,696 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:06:22,696 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:06:22,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:06:22,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:06:22,699 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:22,702 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:22,702 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:22,705 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:06:22,705 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:06:22,705 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:06:22,706 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271efb190) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:06:22,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:06:22,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:22,712 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:06:22,714 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:22,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:06:22,717 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:22,717 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:06:22,720 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:22,720 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:06:22,723 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:06:22,723 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:06:22,723 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 21:06:22,765 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:22,765 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:22,765 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:06:22,765 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:06:22,769 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb ; label: None ; device: /dev/sdb ; serial: 36001405706fca6e39674003af64dc9d0 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; pe_start: 8 MiB ; 2024-03-01 21:06:22,770 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:06:22,772 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:06:22,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:22,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:06:22,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:06:22,784 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:22,786 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:06:22,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:22,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:22,792 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 21:06:22,828 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:22,828 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:22,828 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:06:22,828 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:06:22,828 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:06:22,833 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:06:22,833 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:06:22,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:06:22,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:22,844 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:06:22,845 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:06:22,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:06:22,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:06:22,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:06:22,850 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:06:22,851 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:06:22,853 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:06:22,854 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:06:22,854 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:06:22,854 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e74ee0) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:06:22,857 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:06:22,857 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:06:22,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:06:22,860 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:06:22,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:06:22,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:22,871 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:06:22,871 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:06:22,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:06:22,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:06:22,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:06:22,877 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:06:22,877 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:06:22,880 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:06:22,880 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:06:22,881 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:06:22,881 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271efbe80) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:06:22,884 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:06:22,884 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:06:22,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/lvm-pv-uuid-voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h', 'ID_FS_UUID_ENC': 'voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:06:22,887 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:06:22,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:22,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:22,897 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:06:22,898 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:06:22,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:06:22,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:06:22,901 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:22,904 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:22,904 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:22,907 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:06:22,907 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:06:22,907 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:06:22,907 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e040d0) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:06:22,910 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:06:22,913 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:22,914 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:06:22,916 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:22,917 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:06:22,919 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:22,919 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:06:22,922 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:22,922 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:06:22,925 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:06:22,925 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:06:22,925 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:06:22,962 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:22,962 INFO program/MainThread: stderr[9]: 2024-03-01 21:06:22,962 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:06:22,962 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:06:22,966 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h ; label: None ; device: /dev/sdc ; serial: 36001405e118e343f15e4027a7c95d5ae ; exists: True ; vg_name: test_vg1 ; vg_uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; pe_start: 8 MiB ; 2024-03-01 21:06:22,967 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:06:22,969 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:06:22,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:22,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:22,978 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:06:22,981 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:22,983 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:06:22,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:22,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:22,989 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:06:23,026 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:23,026 INFO program/MainThread: stderr[10]: 2024-03-01 21:06:23,026 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:06:23,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:06:23,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:06:23,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:23,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:06:23,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:06:23,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:23,049 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:23,052 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 21:06:23,052 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:23,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:06:23,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:06:23,059 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:23,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:06:23,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:06:23,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:23,065 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:23,068 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 21:06:23,069 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:23,069 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:06:23,069 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:06:23,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:23,072 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:23,075 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 21:06:23,075 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:23,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'ID_FS_UUID_ENC': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '780651225'} ; 2024-03-01 21:06:23,079 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:06:23,079 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,083 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:06:23,083 INFO program/MainThread: stderr[11]: 2024-03-01 21:06:23,083 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:06:23,083 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,086 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:06:23,086 INFO program/MainThread: stderr[12]: 2024-03-01 21:06:23,086 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:06:23,087 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,089 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:06:23,090 INFO program/MainThread: stderr[13]: 2024-03-01 21:06:23,090 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:06:23,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:06:23,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:23,101 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:23,102 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:23,102 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:23,097 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff271efbd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff271ec46d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:23,103 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,106 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:06:23,106 INFO program/MainThread: stderr[14]: 2024-03-01 21:06:23,106 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:06:23,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:06:23,114 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:23,114 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:06:23,117 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:23,117 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:06:23,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:23,120 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:06:23,123 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:23,123 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:06:23,125 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:06:23,125 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:06:23,128 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:23,128 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:06:23,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:06:23,131 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:23,132 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:06:23,135 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:06:23,135 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:06:23,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,146 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:06:23,146 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:06:23,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:06:23,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:06:23,149 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:23,152 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:23,152 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:23,155 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:06:23,155 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,156 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:06:23,156 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271efbbb0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:06:23,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:06:23,159 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:06:23,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:06:23,162 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:06:23,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:06:23,173 INFO blivet/MainThread: sde is a disk 2024-03-01 21:06:23,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:06:23,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:06:23,175 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:23,178 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:23,178 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:23,181 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:06:23,182 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,182 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:06:23,182 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e04a60) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:06:23,185 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:06:23,185 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:06:23,188 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:06:23,188 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:06:23,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,198 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:06:23,199 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:06:23,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:06:23,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:06:23,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:23,204 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:23,205 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:23,207 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:06:23,208 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,208 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:06:23,208 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e0a340) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:06:23,211 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:06:23,211 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:06:23,214 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:06:23,214 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:06:23,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:06:23,225 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:06:23,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:06:23,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:06:23,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:23,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:23,231 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:23,234 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:06:23,234 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,234 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:06:23,234 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e15f70) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:06:23,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:06:23,237 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:06:23,240 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:06:23,240 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:06:23,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,251 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:06:23,251 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:06:23,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:06:23,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:06:23,254 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:23,257 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:23,257 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:23,260 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:06:23,260 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,261 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:06:23,261 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e15ee0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:06:23,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:06:23,264 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:06:23,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:06:23,267 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:06:23,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,277 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:06:23,278 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:06:23,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:06:23,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:06:23,280 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:23,283 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:23,283 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:23,286 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:06:23,286 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,287 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:06:23,287 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e23d60) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:06:23,290 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:06:23,290 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:06:23,293 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:06:23,293 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:06:23,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,303 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:06:23,304 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:06:23,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:06:23,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:06:23,307 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:23,309 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:23,310 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:23,312 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:06:23,313 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:06:23,313 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:06:23,313 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e24ac0) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:06:23,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:06:23,316 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:06:23,319 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:06:23,319 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:06:23,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,328 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:06:23,328 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:06:23,328 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:06:23,328 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:06:23,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:06:23,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:06:23,331 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:06:23,334 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:06:23,334 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:06:23,337 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:06:23,337 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:06:23,337 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:06:23,338 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff271e241c0) -- 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 21:06:23,340 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:06:23,343 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:23,343 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:06:23,346 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:23,346 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:06:23,349 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:23,349 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:06:23,352 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:23,352 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:06:23,355 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:06:23,357 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:23,360 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:06:23,366 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 0x7ff271e2d740> 2024-03-01 21:06:23,411 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:06:23,415 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:06:23,415 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:06:23,418 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:06:23,419 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:06:23,419 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:06:23,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,427 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:06:23,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:23,446 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:23,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:06:23,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:06:23,471 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:06:23,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:06:23,474 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:06:23,477 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:06:23,477 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:06:23,480 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:23,480 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:23,480 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:06:23,483 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:06:23,486 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:06:23,489 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:06:23,491 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:06:23,494 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:23,494 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:23,495 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:06:23,495 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:06:23,495 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff271e2af40) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7ff273381090> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:06:23,498 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:06:23,502 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:23,502 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:06:23,504 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:23,505 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:06:23,507 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:23,508 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:06:23,510 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:23,511 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:06:23,511 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:06:23,513 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:23,514 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:06:23,516 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:06:23,516 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:23,519 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'ID_FS_UUID_ENC': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '780651225'} ; 2024-03-01 21:06:23,519 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:06:23,520 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,524 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:06:23,524 INFO program/MainThread: stderr[15]: 2024-03-01 21:06:23,524 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:06:23,524 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,527 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:06:23,527 INFO program/MainThread: stderr[16]: 2024-03-01 21:06:23,527 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:06:23,528 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,531 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:06:23,531 INFO program/MainThread: stderr[17]: 2024-03-01 21:06:23,531 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:06:23,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:06:23,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:23,541 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:23,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:23,542 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:23,538 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff271efbd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff271ec46d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:23,542 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:23,546 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:06:23,546 INFO program/MainThread: stderr[18]: 2024-03-01 21:06:23,546 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:06:23,550 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:06:23,550 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:06:23,550 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:23,564 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:23,579 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:06:23,580 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:06:23,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:23,592 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:06:23,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:23,601 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:06:23,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 21:06:23,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:23,611 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:06:23,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:23,620 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:06:23,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:23,630 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:06:23,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:23,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:23,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:23,639 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:06:27,113 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_zq23wb7r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:27,149 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:27,150 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:06:27,153 INFO program/MainThread: stdout[2]: 2024-03-01 21:06:27,154 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:06:27,154 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:06:27,154 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:06:27,159 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:27,160 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:06:27,163 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:27,163 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:06:27,166 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:27,166 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:06:27,169 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:27,169 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:06:27,178 INFO program/MainThread: stdout: 2024-03-01 21:06:27,179 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:06:27,179 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o 2024-03-01 21:06:27,179 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 2024-03-01 21:06:27,179 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb 2024-03-01 21:06:27,179 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 2024-03-01 21:06:27,179 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h 2024-03-01 21:06:27,179 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 2024-03-01 21:06:27,179 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:06:27,179 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:27,179 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:27,179 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 sdb 1073741824 root disk brw-rw---- LVM2_member Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 sdc 1073741824 root disk brw-rw---- LVM2_member voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:27,180 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:27,180 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:27,180 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:06:27,180 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:27,180 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:06:27,181 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:06:27,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:27,195 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:27,209 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 21:06:27,214 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/lvm-pv-uuid-jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o', 'ID_FS_UUID_ENC': 'jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:06:27,214 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:06:27,215 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:27,248 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:27,248 INFO program/MainThread: stderr[3]: 2024-03-01 21:06:27,248 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:06:27,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,260 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:06:27,262 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:06:27,266 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:06:27,267 INFO blivet/MainThread: sda is a disk 2024-03-01 21:06:27,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:06:27,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:06:27,271 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:27,274 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:27,274 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:27,277 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:06:27,277 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,278 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:06:27,278 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccf19b820) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:06:27,281 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:06:27,284 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:27,284 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:06:27,287 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:27,287 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:06:27,291 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,291 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:06:27,294 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,294 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:06:27,297 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:06:27,297 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:06:27,297 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:06:27,340 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:27,340 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb. WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:27,340 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:06:27,341 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:06:27,345 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o ; label: None ; device: /dev/sda ; serial: 36001405f6de8f902632455d808039c60 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; pe_start: 8 MiB ; 2024-03-01 21:06:27,345 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:06:27,348 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:06:27,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:27,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:06:27,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,359 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:06:27,398 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:27,398 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb. WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:27,398 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:06:27,398 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:06:27,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:06:27,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:06:27,408 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:27,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:06:27,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:06:27,411 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:06:27,452 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:27,452 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb. WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:27,452 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:06:27,457 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:06:27,458 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:06:27,460 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:06:27,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:27,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:06:27,466 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:06:27,466 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:06:27,469 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb', 'ID_FS_UUID_ENC': 'Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:06:27,469 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:06:27,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,480 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:06:27,480 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:06:27,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:06:27,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:06:27,483 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:27,486 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:27,486 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:27,489 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:06:27,489 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,490 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:06:27,490 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3cce0bc190) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:06:27,493 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:06:27,496 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:27,496 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:06:27,499 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:27,499 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:06:27,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:06:27,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:06:27,507 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:06:27,507 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:06:27,508 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:06:27,548 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:27,548 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:27,548 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:06:27,548 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:06:27,553 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb ; label: None ; device: /dev/sdb ; serial: 36001405706fca6e39674003af64dc9d0 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; pe_start: 8 MiB ; 2024-03-01 21:06:27,553 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:06:27,556 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:06:27,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:27,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:06:27,564 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:06:27,567 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:27,570 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:06:27,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:27,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:27,575 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:06:27,612 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:27,612 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h. WARNING: VG test_vg1 is missing PV voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h (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 21:06:27,612 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:06:27,612 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:06:27,612 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:06:27,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:06:27,617 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:06:27,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:06:27,629 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:06:27,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:06:27,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:06:27,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:06:27,634 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:06:27,635 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:06:27,637 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:06:27,638 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,638 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:06:27,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3cce034ee0) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:06:27,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:06:27,641 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:06:27,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:06:27,644 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:06:27,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,655 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:06:27,656 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:06:27,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:06:27,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:06:27,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:06:27,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:06:27,661 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:06:27,664 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:06:27,665 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,665 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:06:27,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3cce0bce80) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:06:27,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:06:27,668 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:06:27,671 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h', 'ID_FS_UUID_ENC': 'voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:06:27,671 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:06:27,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,682 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:06:27,682 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:06:27,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:06:27,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:06:27,685 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:27,688 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:27,688 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:27,691 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:06:27,691 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,692 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:06:27,692 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfc30d0) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:06:27,695 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:06:27,698 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:27,698 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:06:27,701 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:27,701 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:06:27,704 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:06:27,707 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,707 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:06:27,709 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:06:27,709 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:06:27,710 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:27,746 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=jmlhZ5-esrg-DheQ-ih13-ru0b-iQwd-72TY3o LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=Xddh2I-dkKL-aLyZ-oR7k-jHtJ-gJ6B-EJQ6cb LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:06:27,746 INFO program/MainThread: stderr[9]: 2024-03-01 21:06:27,746 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:06:27,746 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:06:27,750 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: voDdIv-sSro-QH9z-eYrf-1NLA-quxy-iFtx1h ; label: None ; device: /dev/sdc ; serial: 36001405e118e343f15e4027a7c95d5ae ; exists: True ; vg_name: test_vg1 ; vg_uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; pe_start: 8 MiB ; 2024-03-01 21:06:27,751 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:06:27,753 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:06:27,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:27,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:27,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:06:27,765 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:27,767 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:06:27,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI ; incomplete: True ; hidden: False ; 2024-03-01 21:06:27,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:27,773 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:27,810 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:06:27,810 INFO program/MainThread: stderr[10]: 2024-03-01 21:06:27,810 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:06:27,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:06:27,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:06:27,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:27,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:06:27,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:06:27,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:27,832 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:27,835 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 21:06:27,836 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:27,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:06:27,839 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:06:27,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:27,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:06:27,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:06:27,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:27,848 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:27,851 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 21:06:27,852 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:27,852 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:06:27,852 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:06:27,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:27,855 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:27,858 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 21:06:27,858 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:06:27,861 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 ' '/dev/disk/by-id/dm-uuid-LVM-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC ' '/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', 'DISKSEQ': '54', '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-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'ID_FS_UUID_ENC': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '780651225'} ; 2024-03-01 21:06:27,862 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:06:27,862 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:27,866 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:06:27,866 INFO program/MainThread: stderr[11]: 2024-03-01 21:06:27,866 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:06:27,866 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:27,869 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:06:27,869 INFO program/MainThread: stderr[12]: 2024-03-01 21:06:27,869 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:06:27,870 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:27,872 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:06:27,873 INFO program/MainThread: stderr[13]: 2024-03-01 21:06:27,873 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:06:27,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:06:27,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:27,884 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:27,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:27,885 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:27,880 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:27,885 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:27,888 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:06:27,889 INFO program/MainThread: stderr[14]: 2024-03-01 21:06:27,889 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:06:27,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:06:27,896 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:27,896 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:06:27,899 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:27,899 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:06:27,902 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,902 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:06:27,905 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:27,905 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:06:27,907 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:06:27,907 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:06:27,910 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:27,910 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:06:27,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:06:27,913 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:27,914 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:06:27,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:06:27,917 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:06:27,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,928 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:06:27,928 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:06:27,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:06:27,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:06:27,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:27,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:27,934 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:27,937 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:06:27,937 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,937 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:06:27,938 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3cce0bcbb0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:06:27,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:06:27,941 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:06:27,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:06:27,943 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:06:27,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,954 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:06:27,954 INFO blivet/MainThread: sde is a disk 2024-03-01 21:06:27,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:06:27,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:06:27,957 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:27,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:27,960 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:27,963 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:06:27,963 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,964 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:06:27,964 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfc3a60) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:06:27,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:06:27,967 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:06:27,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:06:27,970 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:06:27,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:27,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:27,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:06:27,981 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:06:27,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:06:27,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:06:27,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:27,986 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:27,986 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:27,989 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:06:27,990 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:06:27,990 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:06:27,990 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfc9340) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:06:27,993 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:06:27,993 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:06:27,996 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:06:27,996 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:06:27,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,006 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:06:28,007 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:06:28,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:06:28,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:06:28,010 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:28,013 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:28,013 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:28,015 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:06:28,016 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:06:28,016 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:06:28,016 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfd5f70) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:06:28,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:06:28,019 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:06:28,022 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:06:28,022 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:06:28,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,033 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:06:28,033 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:06:28,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:06:28,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:06:28,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:28,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:28,039 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:28,041 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:06:28,042 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:06:28,042 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:06:28,042 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfd5ee0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:06:28,045 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:06:28,045 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:06:28,048 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:06:28,048 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:06:28,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:06:28,059 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:06:28,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:06:28,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:06:28,062 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:28,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:28,065 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:28,068 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:06:28,068 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:06:28,069 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:06:28,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfcdd60) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:06:28,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:06:28,072 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:06:28,075 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:06:28,075 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:06:28,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,086 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:06:28,086 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:06:28,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:06:28,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:06:28,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:28,092 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:28,092 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:28,095 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:06:28,095 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:06:28,095 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:06:28,096 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfe4ac0) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:06:28,098 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:06:28,098 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:06:28,101 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:06:28,101 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:06:28,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,111 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:06:28,111 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:06:28,111 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:06:28,111 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:06:28,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:06:28,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:06:28,114 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:06:28,117 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:06:28,117 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:06:28,120 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:06:28,120 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:06:28,120 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:06:28,120 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3ccdfe41c0) -- 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 21:06:28,123 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:06:28,126 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:28,126 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:06:28,129 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:28,129 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:06:28,132 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:28,132 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:06:28,135 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:28,135 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:06:28,138 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:06:28,140 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:28,143 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:06:28,149 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 0x7f3ccf56e880> 2024-03-01 21:06:28,193 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:06:28,197 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:06:28,197 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:06:28,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:06:28,200 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:06:28,201 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:06:28,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,209 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:06:28,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,214 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:28,229 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:06:28,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:06:28,254 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:06:28,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:06:28,257 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:06:28,260 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:06:28,260 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:06:28,263 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:28,263 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:28,263 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:06:28,266 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:06:28,269 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:06:28,271 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:06:28,274 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:06:28,277 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:28,277 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:28,277 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:06:28,278 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:06:28,277 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f3ccdfeaf40) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f3ccdff8180> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:06:28,281 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:06:28,284 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:28,284 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:06:28,287 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:28,287 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:06:28,290 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:28,290 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:06:28,293 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:28,293 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:06:28,294 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:06:28,296 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:28,296 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:06:28,299 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:06:28,299 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:28,302 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71 ' '/dev/disk/by-id/dm-uuid-LVM-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-62qKs0BshXF0HeIdGN4K5Mj4rMTHM5eIlZi9gjldd0KTH6FAsOrOy6tclQDve8SC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'ID_FS_UUID_ENC': 'bb0f8eb0-ae3e-447c-80f7-af3c4cf85a71', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '780651225'} ; 2024-03-01 21:06:28,302 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:06:28,303 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:28,306 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:06:28,307 INFO program/MainThread: stderr[15]: 2024-03-01 21:06:28,307 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:06:28,307 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:28,310 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:06:28,310 INFO program/MainThread: stderr[16]: 2024-03-01 21:06:28,310 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:06:28,310 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:28,313 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:06:28,313 INFO program/MainThread: stderr[17]: 2024-03-01 21:06:28,314 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:06:28,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:06:28,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,323 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,324 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,321 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,325 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:06:28,328 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:06:28,329 INFO program/MainThread: stderr[18]: 2024-03-01 21:06:28,329 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:06:28,332 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:06:28,332 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:06:28,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:28,349 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,365 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:06:28,365 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:06:28,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:28,377 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:06:28,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:28,387 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:06:28,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:28,397 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:06:28,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:28,406 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:06:28,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:28,416 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:06:28,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:28,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:28,426 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:06:28,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,431 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:06:28,432 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,432 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,432 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,433 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,433 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,433 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,434 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,434 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,434 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,435 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,435 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,435 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:06:28,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:06:28,440 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:06:28,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:06:28,445 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:06:28,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:06:28,450 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:06:28,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:28,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:06:28,455 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:06:28,457 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,458 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,459 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,461 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,462 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,462 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,465 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,465 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,466 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,466 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,468 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,469 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,470 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,472 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,472 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,473 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,473 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,475 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,476 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,476 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,477 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,479 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,479 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,480 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,480 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,482 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,483 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,483 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,484 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,486 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,486 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,487 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,487 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,490 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,491 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,493 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,494 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,494 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,494 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,497 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,497 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,497 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,498 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,501 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,501 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,504 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,505 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,507 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,508 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,508 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,511 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,511 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,511 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,512 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,514 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,515 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,515 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,517 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,518 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,518 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,519 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,521 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,522 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,525 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,525 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,526 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,528 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,529 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,531 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,532 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,532 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,533 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,535 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,536 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,538 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,539 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,539 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,540 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,536 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,542 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,543 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,546 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,546 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,549 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,549 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,549 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,550 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,552 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,553 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,553 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,556 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,557 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,559 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,560 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,560 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,562 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,563 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,564 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,566 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:06:28,567 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:06:28,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3cce0bcd60) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = lZi9gj-ldd0-KTH6-FAsO-rOy6-tclQ-Dve8SC size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3cce0846d0) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 62qKs0-BshX-F0He-IdGN-4K5M-j4rM-THM5eI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:06:28,567 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:06:28,570 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:06:28,570 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:06:28,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:06:28,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:06:28,574 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,574 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:06:28,578 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:06:28,579 INFO program/MainThread: stderr[19]: 2024-03-01 21:06:28,579 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:06:28,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:06:28,583 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:06:28,583 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,583 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'sdc', 'test_vg1'] 2024-03-01 21:06:28,584 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:06:28,586 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:06:28,586 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:06:28,589 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:06:28,592 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:06:28,595 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:06:28,595 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:06:28,595 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:06:28,595 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:06:28,595 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:06:28,598 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:06:28,598 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:06:28,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:06:28,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:06:28,601 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:06:28,601 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:06:28,601 DEBUG blivet/MainThread: removing sda 2024-03-01 21:06:28,603 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:06:28,603 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:06:28,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:06:28,606 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:06:28,606 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:06:28,606 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:06:28,606 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:06:28,608 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:06:28,609 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:06:28,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:06:28,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:06:28,611 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:06:28,612 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:28,624 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,638 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:28,649 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,667 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:06:28,667 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,667 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,667 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:06:28,667 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:06:28,668 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:06:28,668 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:06:28,668 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:06:28,668 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:06:28,670 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:06:28,673 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:06:28,675 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:06:28,675 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:06:28,678 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:06:28,678 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 0x7f3ccdfaf950> 2024-03-01 21:06:28,678 INFO blivet/MainThread: sorting actions... 2024-03-01 21:06:28,679 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,679 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,679 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:06:28,679 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:06:28,679 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:06:28,680 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:06:28,680 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,685 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:06:28,685 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:06:28,693 INFO program/MainThread: stdout: 2024-03-01 21:06:28,694 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:06:28,694 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,694 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:28,712 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:28,727 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:28,728 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:06:28,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:28,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:06:28,740 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:06:28,743 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:06:28,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:06:28,746 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:28,783 INFO program/MainThread: stdout[20]: 2024-03-01 21:06:28,784 INFO program/MainThread: stderr[20]: 2024-03-01 21:06:28,784 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:06:28,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:06:28,791 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,794 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:28,796 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,799 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:28,802 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,804 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:28,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:06:28,807 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:28,847 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:06:28,848 INFO program/MainThread: stderr[21]: 2024-03-01 21:06:28,848 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:06:28,849 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:06:28,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:06:28,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:06:28,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:06:28,880 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,886 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:28,895 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,900 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:28,905 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:28,908 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:28,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:06:28,911 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:28,954 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:06:28,955 INFO program/MainThread: stderr[22]: 2024-03-01 21:06:28,955 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:06:28,955 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:29,024 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:06:29,024 INFO program/MainThread: stderr[23]: 2024-03-01 21:06:29,024 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:06:29,024 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:29,056 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:06:29,056 INFO program/MainThread: stderr[24]: 2024-03-01 21:06:29,056 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:06:29,057 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:06:29,066 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:29,071 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:06:29,084 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:06:29,085 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 21:06:29,135 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:06:29,136 INFO program/MainThread: stderr[25]: 2024-03-01 21:06:29,136 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:06:29,136 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:06:29,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,153 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,154 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:06:29,163 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 21:06:29,164 INFO program/MainThread: stderr[26]: 2024-03-01 21:06:29,164 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:06:29,164 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sdc ... 2024-03-01 21:06:29,181 INFO program/MainThread: stdout[27]: 2024-03-01 21:06:29,181 INFO program/MainThread: stderr[27]: 2024-03-01 21:06:29,181 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:06:29,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,193 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,193 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,207 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,208 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:06:29,212 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:29,214 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:06:29,217 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:06:29,217 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:06:29,253 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:06:29,254 INFO program/MainThread: stderr[28]: 2024-03-01 21:06:29,254 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:06:29,254 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:06:29,254 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,275 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,276 INFO program/MainThread: Running [29] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 21:06:29,286 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 21:06:29,286 INFO program/MainThread: stderr[29]: 2024-03-01 21:06:29,286 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:06:29,286 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sda ... 2024-03-01 21:06:29,302 INFO program/MainThread: stdout[30]: 2024-03-01 21:06:29,303 INFO program/MainThread: stderr[30]: 2024-03-01 21:06:29,303 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:06:29,303 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,317 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,332 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,333 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:06:29,337 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:29,339 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:06:29,342 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:06:29,342 INFO program/MainThread: Running [31] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 21:06:29,379 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:06:29,379 INFO program/MainThread: stderr[31]: 2024-03-01 21:06:29,379 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:06:29,380 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:06:29,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,397 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,398 INFO program/MainThread: Running [32] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:29,408 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 21:06:29,408 INFO program/MainThread: stderr[32]: 2024-03-01 21:06:29,408 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:06:29,408 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdb ... 2024-03-01 21:06:29,425 INFO program/MainThread: stdout[33]: 2024-03-01 21:06:29,426 INFO program/MainThread: stderr[33]: 2024-03-01 21:06:29,426 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:06:29,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,440 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:29,455 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:29,461 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:06:29,461 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f3ccdffb8b0> 2024-03-01 21:06:37,315 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kn1lo5lo/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:40,810 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gnfydcrw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:45,270 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_s0tr1btx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:45,307 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:45,308 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:06:45,311 INFO program/MainThread: stdout[2]: 2024-03-01 21:06:45,312 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:06:45,312 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:06:45,312 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:06:45,318 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:45,318 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:06:45,322 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:45,322 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:06:45,325 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:45,325 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:06:45,327 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:45,328 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:06:45,337 INFO program/MainThread: stdout: 2024-03-01 21:06:45,338 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:06:45,338 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:06:45,338 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:45,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:45,338 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:45,338 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:45,339 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:45,339 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:06:45,339 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:45,339 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:06:45,340 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:06:45,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:45,354 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:45,368 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:06:45,373 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:06:45,373 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:06:45,373 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:45,405 INFO program/MainThread: stdout[3]: 2024-03-01 21:06:45,405 INFO program/MainThread: stderr[3]: 2024-03-01 21:06:45,405 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:06:45,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,417 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:06:45,419 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:06:45,423 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:06:45,424 INFO blivet/MainThread: sda is a disk 2024-03-01 21:06:45,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:06:45,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:06:45,428 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:45,431 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06: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 21:06:45,434 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:06:45,434 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,435 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:06:45,435 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa353d6d0) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:06:45,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:06:45,438 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:06:45,441 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:06:45,441 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:06:45,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,452 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:06:45,452 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:06:45,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:06:45,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:06:45,455 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:45,458 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:45,458 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:45,461 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:06:45,462 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,462 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:06:45,462 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa2424700) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:06:45,465 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:06:45,465 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:06:45,468 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:06:45,468 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:06:45,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,479 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:06:45,479 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:06:45,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:06:45,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:06:45,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:06:45,485 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:06:45,485 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:06:45,488 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:06:45,489 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,489 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:06:45,489 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa2424550) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:06:45,492 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:06:45,492 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:06:45,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:06:45,495 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:06:45,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,505 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:06:45,506 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:06:45,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:06:45,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:06:45,509 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:06:45,511 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:06:45,512 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:06:45,514 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:06:45,515 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,515 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:06:45,515 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa245e4c0) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:06:45,518 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:06:45,518 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:06:45,521 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:06:45,521 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:06:45,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,531 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:06:45,532 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:06:45,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:06:45,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:06:45,535 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:45,537 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:45,538 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:45,540 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:06:45,541 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,541 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:06:45,541 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23ee760) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:06:45,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:06:45,544 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:06:45,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:06:45,547 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:06:45,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:06:45,558 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:06:45,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:06:45,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:06:45,561 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:45,563 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:45,564 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:45,566 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:06:45,567 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,567 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:06:45,567 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa24244f0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:06:45,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:06:45,570 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:06:45,573 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:06:45,573 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:06:45,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,583 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:06:45,584 INFO blivet/MainThread: sde is a disk 2024-03-01 21:06:45,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:06:45,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:06:45,586 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:45,589 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:45,589 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:45,592 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:06:45,593 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,593 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:06:45,593 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23e4790) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:06:45,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:06:45,596 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:06:45,599 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:06:45,599 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:06:45,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,609 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:06:45,610 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:06:45,610 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:06:45,610 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:06:45,612 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:45,615 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:45,615 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:45,618 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:06:45,618 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,619 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:06:45,619 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23e4f10) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:06:45,622 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:06:45,622 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:06:45,625 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:06:45,625 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:06:45,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,635 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:06:45,635 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:06:45,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:06:45,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:06:45,638 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:45,641 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:45,641 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:45,644 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:06:45,644 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,645 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:06:45,645 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23f4be0) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:06:45,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:06:45,648 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:06:45,651 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:06:45,651 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:06:45,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,662 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:06:45,662 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:06:45,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:06:45,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:06:45,665 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:45,668 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:45,668 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:45,671 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:06:45,671 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,671 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:06:45,671 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23f4dc0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:06:45,674 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:06:45,674 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:06:45,678 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:06:45,678 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:06:45,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,688 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:06:45,689 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:06:45,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:06:45,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:06:45,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:45,695 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:45,695 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:45,698 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:06:45,698 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,698 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:06:45,698 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23ee2e0) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:06:45,701 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:06:45,701 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:06:45,704 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:06:45,704 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:06:45,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,715 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:06:45,715 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:06:45,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:06:45,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:06:45,718 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:45,721 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:45,721 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:45,724 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:06:45,724 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:06:45,725 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:06:45,725 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23fb2b0) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:06:45,728 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:06:45,728 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:06:45,731 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:06:45,731 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:06:45,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,740 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:06:45,740 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:06:45,740 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:06:45,740 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:06:45,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:06:45,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:06:45,743 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:06:45,746 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:06:45,746 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:06:45,749 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:06:45,749 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:06:45,750 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:06:45,750 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6aa23fe4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:06:45,752 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:06:45,756 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:45,756 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:06:45,759 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:45,759 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:06:45,762 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:45,762 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:06:45,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:45,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:06:45,768 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:06:45,771 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:45,774 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:06:45,781 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 0x7f6aa23e5fc0> 2024-03-01 21:06:45,837 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:06:45,841 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:06:45,841 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:06:45,845 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:06:45,845 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:06:45,845 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:06:45,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,853 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:06:45,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:45,871 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:45,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:06:45,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:06:45,896 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:06:45,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:06:45,899 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:06:45,902 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:06:45,902 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:06:45,905 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:45,905 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:45,905 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:06:45,908 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:06:45,911 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:06:45,913 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:06:45,916 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:06:45,919 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:45,919 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:45,919 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:06:45,920 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:06:45,919 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6aa2402fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f6aa3481590> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:06:45,923 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:06:45,926 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:45,926 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:06:45,929 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:45,929 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:06:45,932 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:45,932 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:06:45,935 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:45,935 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:06:45,936 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:06:45,937 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:06:45,940 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:45,940 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:06:45,943 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:06:45,943 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:45,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:45,957 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:45,972 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:06:45,972 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:06:45,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:45,984 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:06:45,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:45,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:45,994 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:06:45,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:45,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:46,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:46,003 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:06:46,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:46,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:46,012 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:06:46,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:46,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:46,022 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:06:46,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:46,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:46,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:46,031 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:06:46,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:06:46,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:06:46,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:06:46,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:06:46,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:06:46,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:06:46,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:06:46,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:06:49,511 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_rtgtn6ol/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:06:49,549 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:49,550 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:06:49,553 INFO program/MainThread: stdout[2]: 2024-03-01 21:06:49,554 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:06:49,554 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:06:49,554 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:06:49,559 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:49,560 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:06:49,563 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:49,563 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:06:49,566 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:49,566 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:06:49,569 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:06:49,569 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:06:49,578 INFO program/MainThread: stdout: 2024-03-01 21:06:49,578 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:06:49,578 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,578 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,578 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:06:49,579 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:49,579 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:49,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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:06:49,579 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:49,579 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:49,580 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:06:49,580 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:49,580 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:06:49,580 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:06:49,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:49,593 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:49,607 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:06:49,611 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:06:49,612 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:06:49,612 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:49,644 INFO program/MainThread: stdout[3]: 2024-03-01 21:06:49,644 INFO program/MainThread: stderr[3]: 2024-03-01 21:06:49,644 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:06:49,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,655 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:06:49,657 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:06:49,662 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:06:49,662 INFO blivet/MainThread: sda is a disk 2024-03-01 21:06:49,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:06:49,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:06:49,666 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:49,669 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:49,669 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:49,672 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:06:49,673 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,673 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:06:49,673 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21da8fc6d0) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:06:49,677 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:06:49,677 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:06:49,680 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:06:49,680 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:06:49,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,690 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:06:49,691 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:06:49,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:06:49,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:06:49,694 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:49,697 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:49,697 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:49,700 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:06:49,700 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,701 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:06:49,701 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97e4700) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:06:49,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:06:49,704 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:06:49,707 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:06:49,707 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:06:49,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,717 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:06:49,718 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:06:49,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:06:49,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:06:49,721 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:06:49,724 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:06:49,724 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:06:49,727 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:06:49,727 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,727 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:06:49,728 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97e4550) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:06:49,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:06:49,731 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:06:49,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:06:49,734 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:06:49,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,744 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:06:49,744 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:06:49,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:06:49,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:06:49,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:06:49,750 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:06:49,750 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:06:49,753 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:06:49,753 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,754 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:06:49,754 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d981e4c0) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:06:49,757 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:06:49,757 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:06:49,760 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:06:49,760 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:06:49,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:06:49,770 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:06:49,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:06:49,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:06:49,773 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:49,776 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:49,776 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:49,779 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:06:49,779 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,780 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:06:49,780 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97ae760) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:06:49,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:06:49,783 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:06:49,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:06:49,786 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:06:49,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:06:49,796 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:06:49,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:06:49,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:06:49,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:49,802 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:49,802 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:49,805 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:06:49,805 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,805 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:06:49,805 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97e44f0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:06:49,808 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:06:49,808 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:06:49,811 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:06:49,811 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:06:49,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,821 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:06:49,822 INFO blivet/MainThread: sde is a disk 2024-03-01 21:06:49,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:06:49,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:06:49,825 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:49,827 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:49,828 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:49,830 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:06:49,831 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,831 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:06:49,831 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97a3790) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:06:49,834 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:06:49,834 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:06:49,837 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:06:49,837 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:06:49,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:06:49,848 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:06:49,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:06:49,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:06:49,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:49,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:49,853 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:49,856 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:06:49,857 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,857 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:06:49,857 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97a3f10) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:06:49,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:06:49,860 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:06:49,863 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:06:49,863 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:06:49,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:06:49,874 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:06:49,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:06:49,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:06:49,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:49,880 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:49,880 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:49,883 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:06:49,883 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,884 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:06:49,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97b4be0) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:06:49,886 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:06:49,887 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:06:49,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:06:49,890 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:06:49,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:06:49,900 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:06:49,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:06:49,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:06:49,903 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:49,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:49,906 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:49,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:06:49,909 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,910 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:06:49,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97b4dc0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:06:49,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:06:49,913 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:06:49,916 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:06:49,916 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:06:49,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,926 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:06:49,927 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:06:49,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:06:49,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:06:49,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:49,933 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:49,933 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:49,936 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:06:49,936 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,936 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:06:49,936 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97ae2e0) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:06:49,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:06:49,940 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:06:49,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:06:49,943 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:06:49,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,953 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:06:49,954 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:06:49,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:06:49,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:06:49,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:49,959 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:49,960 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:49,962 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:06:49,963 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:06:49,963 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:06:49,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97b11f0) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:06:49,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:06:49,967 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:06:49,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:06:49,969 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:06:49,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:49,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:49,978 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:06:49,978 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:06:49,978 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:06:49,979 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:06:49,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:06:49,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:06:49,981 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:06:49,984 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:06:49,984 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:06:49,987 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:06:49,987 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:06:49,988 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:06:49,988 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21d97bd4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:06:49,990 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:06:49,994 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:49,994 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:06:49,997 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:49,997 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:06:50,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:50,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:06:50,003 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:50,003 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:06:50,006 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:06:50,008 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:50,011 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:06:50,016 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 0x7f21d97bfe40> 2024-03-01 21:06:50,053 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:06:50,058 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:06:50,058 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:06:50,061 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:06:50,061 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:06:50,061 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:06:50,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,069 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:06:50,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:50,085 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:06:50,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:06:50,110 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:06:50,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:06:50,113 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:06:50,115 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:06:50,116 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:06:50,118 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:50,119 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:50,119 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:06:50,122 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:06:50,124 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:06:50,127 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:06:50,130 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:06:50,132 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:06:50,133 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:06:50,133 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:06:50,134 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:06:50,133 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f21d97c2fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f21d97d6540> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:06:50,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:06:50,140 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:06:50,140 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:06:50,143 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:06:50,143 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:06:50,146 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:50,146 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:06:50,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:06:50,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:06:50,150 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:06:50,150 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:06:50,153 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,153 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:06:50,156 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:06:50,156 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:06:50,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:50,168 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,182 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:06:50,183 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:06:50,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,194 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:06:50,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,204 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:06:50,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,213 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:06:50,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,222 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:06:50,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,231 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:06:50,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,241 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:06:50,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,250 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:06:50,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:06:50,255 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:06:50,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:06:50,260 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:06:50,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:06:50,265 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:06:50,267 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,268 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:06:50,268 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:06:50,271 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:06:50,271 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:50,274 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,274 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:50,276 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,276 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:06:50,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:06:50,279 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:06:50,279 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:50,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,282 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:50,284 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,284 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:06:50,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:06:50,287 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:06:50,287 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:50,290 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,290 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:50,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:06:50,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:06:50,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:50,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:06:50,304 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:50,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:06:50,310 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:06:50,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:06:50,313 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:06:50,314 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:06:50,314 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:50,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,325 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:06:50,326 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:50,326 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:06:50,326 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:06:50,327 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:50,327 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:06:50,330 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,330 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:06:50,332 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:06:50,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:50,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:06:50,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:06:50,342 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:06:50,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:06:50,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:06:50,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:06:50,351 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:50,352 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:06:50,352 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:06:50,352 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:06:50,356 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:06:50,356 INFO program/MainThread: stderr[4]: 2024-03-01 21:06:50,357 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:06:50,357 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:06:50,357 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:50,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:06:50,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,362 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:50,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,372 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:06:50,373 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:50,374 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:06:50,374 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:06:50,374 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:50,375 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:06:50,377 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,377 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:06:50,380 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:06:50,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:06:50,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:06:50,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:06:50,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:06:50,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:06:50,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:06:50,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:06:50,399 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:06:50,399 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:06:50,399 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:06:50,400 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:06:50,400 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:50,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:06:50,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,403 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:50,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,413 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:06:50,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:06:50,418 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:06:50,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:06:50,422 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:06:50,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:06:50,427 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:06:50,430 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,430 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:06:50,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:06:50,433 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:06:50,433 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:06:50,435 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,435 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:06:50,438 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,438 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:06:50,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:06:50,441 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:06:50,441 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:06:50,443 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,443 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:06:50,446 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,446 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:06:50,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:06:50,449 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:06:50,449 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:06:50,452 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,452 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:06:50,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:06:50,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:06:50,458 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:06:50,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:06:50,464 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:06:50,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:06:50,471 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:06:50,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:06:50,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:06:50,475 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:06:50,475 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:06:50,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,486 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:06:50,487 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:06:50,487 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:06:50,487 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:06:50,488 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:06:50,488 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:06:50,491 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,491 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:06:50,493 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:06:50,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:06:50,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:06:50,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:06:50,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:06:50,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:06:50,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:06:50,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:06:50,512 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:06:50,512 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:06:50,512 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:06:50,512 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:06:50,512 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:50,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:06:50,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,516 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:50,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,526 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:06:50,527 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:06:50,528 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:06:50,528 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:06:50,528 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:06:50,528 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:06:50,531 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,531 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:06:50,533 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:06:50,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:06:50,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:06:50,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:06:50,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:06:50,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:06:50,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:06:50,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:06:50,552 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:06:50,553 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:06:50,553 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:06:50,553 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:06:50,553 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:50,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:06:50,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,557 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:50,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,567 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:06:50,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:06:50,572 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:06:50,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:06:50,577 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:06:50,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:06:50,581 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:06:50,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:06:50,586 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:06:50,589 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,589 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:06:50,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:06:50,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:06:50,592 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:06:50,594 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,594 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:06:50,597 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,597 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:06:50,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:06:50,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:06:50,600 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:06:50,602 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,602 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:06:50,606 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,606 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:06:50,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:06:50,609 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:06:50,609 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:06:50,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,611 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:06:50,614 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:06:50,614 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:06:50,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:06:50,617 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:06:50,617 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:06:50,619 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:06:50,619 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:06:50,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:06:50,624 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:06:50,627 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:06:50,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:06:50,633 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:06:50,636 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:06:50,639 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:06:50,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:06:50,645 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:06:50,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:06:50,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:06:50,649 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:06:50,650 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:06:50,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,662 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:06:50,663 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,663 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:06:50,663 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:06:50,664 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,664 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:06:50,666 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,667 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:06:50,669 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:06:50,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:06:50,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:06:50,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:06:50,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:06:50,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:06:50,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:06:50,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:06:50,688 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,689 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:06:50,689 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:06:50,689 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:06:50,689 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:50,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:06:50,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,692 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:50,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,703 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:06:50,704 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,704 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:06:50,704 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:06:50,705 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,705 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:06:50,708 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,708 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:06:50,710 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:06:50,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:06:50,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:06:50,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:06:50,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:06:50,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:06:50,726 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:06:50,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:06:50,730 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,730 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:06:50,731 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:06:50,731 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:06:50,731 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:50,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:06:50,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,734 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:50,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,745 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:06:50,746 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,746 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:06:50,746 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:06:50,747 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,747 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:06:50,750 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,750 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:06:50,752 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:06:50,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:06:50,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:06:50,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:06:50,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:06:50,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:06:50,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:06:50,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:06:50,772 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,773 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:06:50,773 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:06:50,773 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:06:50,773 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:50,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:06:50,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,777 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:50,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:06:50,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:06:50,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:06:50,787 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:06:50,788 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,789 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:06:50,789 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:06:50,789 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,790 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:06:50,793 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,793 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:06:50,795 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:06:50,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:06:50,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:06:50,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:06:50,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:06:50,806 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:06:50,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:06:50,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:06:50,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:06:50,815 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:06:50,816 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:06:50,816 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:06:50,816 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:06:50,816 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:50,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:06:50,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:06:50,820 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:50,821 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:50,821 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:50,821 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:50,821 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:50,821 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:06:50,822 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:50,823 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:50,823 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:06:50,825 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:06:50,828 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:06:50,830 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:06:50,833 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:06:50,833 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:06:50,835 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:06:50,835 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 0x7f21dbfb4ae0> 2024-03-01 21:06:50,836 INFO blivet/MainThread: sorting actions... 2024-03-01 21:06:50,870 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:06:50,870 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:06:50,870 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:06:50,871 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:06:50,871 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:06:50,871 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:06:50,872 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:06:50,872 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:50,872 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:50,873 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:50,873 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:06:50,873 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:06:50,874 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:06:50,874 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:06:50,874 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:06:50,875 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:50,875 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:50,875 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:50,876 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:50,876 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:50,877 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:50,877 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:50,877 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:50,878 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:06:50,878 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:06:50,878 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:06:50,879 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:06:50,879 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:50,880 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:50,880 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:50,880 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:50,881 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:50,881 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:50,881 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:50,882 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:50,882 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:50,883 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:50,883 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:50,883 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:50,884 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:06:50,886 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:50,889 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:06:50,889 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:06:50,898 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:50,930 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:50,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,945 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:06:50,949 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:50,951 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:06:50,951 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:06:50,959 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:50,990 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:50,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,005 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,006 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:06:51,010 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,012 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:06:51,012 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:06:51,021 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,051 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,052 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,068 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,069 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:06:51,073 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,075 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:06:51,075 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:06:51,084 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,113 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,114 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,128 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,129 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:06:51,133 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,135 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:06:51,135 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:06:51,142 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,168 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,182 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,183 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:06:51,187 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,189 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:06:51,189 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:06:51,195 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,225 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,226 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,242 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,243 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:06:51,247 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,249 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:06:51,249 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:06:51,257 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,257 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,285 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,286 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,299 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,300 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:06:51,304 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,306 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:06:51,306 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:06:51,314 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,342 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,356 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,357 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:06:51,361 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,363 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:06:51,363 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:06:51,372 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,372 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,399 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,414 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,415 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:06:51,419 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:06:51,421 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:06:51,421 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:06:51,429 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,457 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,472 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,473 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:06:51,477 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:51,479 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,482 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,482 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:06:51,482 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:51,482 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:51,523 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:06:51,523 INFO program/MainThread: stderr[5]: 2024-03-01 21:06:51,523 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:06:51,524 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:51,537 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 21:06:51,537 INFO program/MainThread: stderr[6]: 2024-03-01 21:06:51,537 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:06:51,537 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 21:06:51,572 INFO program/MainThread: stdout[7]: 2024-03-01 21:06:51,572 INFO program/MainThread: stderr[7]: 2024-03-01 21:06:51,572 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:06:51,572 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 21:06:51,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,586 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,590 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:06:51,591 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:06:51,592 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:06:51,604 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,629 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,630 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:06:51,634 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:51,636 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,639 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,639 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:06:51,639 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:51,639 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:51,673 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:06:51,674 INFO program/MainThread: stderr[8]: 2024-03-01 21:06:51,674 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:06:51,674 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:51,692 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 21:06:51,693 INFO program/MainThread: stderr[9]: 2024-03-01 21:06:51,693 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:06:51,693 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 21:06:51,734 INFO program/MainThread: stdout[10]: 2024-03-01 21:06:51,734 INFO program/MainThread: stderr[10]: 2024-03-01 21:06:51,734 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:06:51,734 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 21:06:51,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,749 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,753 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:06:51,754 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:06:51,755 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:06:51,766 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,766 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,790 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,791 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:06:51,795 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:51,797 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,799 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,800 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:06:51,800 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:51,800 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:51,845 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:06:51,845 INFO program/MainThread: stderr[11]: 2024-03-01 21:06:51,845 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:06:51,846 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:51,857 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 21:06:51,857 INFO program/MainThread: stderr[12]: 2024-03-01 21:06:51,857 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:06:51,857 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 21:06:51,890 INFO program/MainThread: stdout[13]: 2024-03-01 21:06:51,890 INFO program/MainThread: stderr[13]: 2024-03-01 21:06:51,890 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:06:51,890 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 21:06:51,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,902 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:06:51,906 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:06:51,908 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:06:51,919 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:51,945 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:51,946 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:06:51,950 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:51,952 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,954 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:06:51,955 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:06:51,955 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:51,955 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:51,993 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:06:51,993 INFO program/MainThread: stderr[14]: 2024-03-01 21:06:51,993 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:06:51,994 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:52,009 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 21:06:52,009 INFO program/MainThread: stderr[15]: 2024-03-01 21:06:52,009 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:06:52,009 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 21:06:52,042 INFO program/MainThread: stdout[16]: 2024-03-01 21:06:52,042 INFO program/MainThread: stderr[16]: 2024-03-01 21:06:52,042 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:06:52,042 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 21:06:52,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,062 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:06:52,063 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:06:52,064 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:06:52,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,076 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,102 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,103 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:06:52,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:06:52,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:06:52,112 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,114 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,117 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,119 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,122 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,124 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,127 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,129 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:06:52,132 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:52,195 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 21:06:52,196 INFO program/MainThread: stderr[17]: 2024-03-01 21:06:52,196 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:06:52,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:52,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:06:52,225 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,234 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,239 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,249 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,254 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,269 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,276 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,283 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,284 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,341 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,346 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:06:52,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:06:52,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,361 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,362 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:06:52,372 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,372 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,386 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,387 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:52,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:06:52,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:06:52,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:52,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:06:52,402 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,408 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,411 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,414 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,417 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,419 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:06:52,422 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,435 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:06:52,440 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:52,477 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 21:06:52,477 INFO program/MainThread: stderr[18]: 2024-03-01 21:06:52,477 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:06:52,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:06:52,482 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:52,551 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 21:06:52,551 INFO program/MainThread: stderr[19]: 2024-03-01 21:06:52,551 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:06:52,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:06:52,580 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:52,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,619 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:06:52,625 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:06:52,625 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:06:52,637 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,652 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,653 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:06:52,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,659 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:06:52,662 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:06:52,663 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:06:52,776 INFO program/MainThread: stdout: 2024-03-01 21:06:52,776 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:06:52,776 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:52,776 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:52,776 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:52,776 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:06:52,776 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:52,776 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:52,776 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:52,776 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:52,776 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:52,777 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,777 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:06:52,794 INFO program/MainThread: stdout: 2024-03-01 21:06:52,794 INFO program/MainThread: writing all SBs 2024-03-01 21:06:52,794 INFO program/MainThread: new label = "" 2024-03-01 21:06:52,794 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,794 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,813 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:06:52,818 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:06:52,819 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:06:52,831 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:52,850 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:52,851 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:52,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:06:52,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:06:52,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,861 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 test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:52,899 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 21:06:52,900 INFO program/MainThread: stderr[20]: 2024-03-01 21:06:52,900 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:06:52,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:06:52,904 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:52,960 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 21:06:52,960 INFO program/MainThread: stderr[21]: 2024-03-01 21:06:52,960 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:06:52,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:52,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:06:52,978 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:06:52,978 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:53,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:06:53,048 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:06:53,048 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:06:53,060 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:53,078 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,079 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:06:53,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:53,086 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:06:53,088 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:06:53,088 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:06:53,858 INFO program/MainThread: stdout: 2024-03-01 21:06:53,859 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:06:53,859 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:53,859 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:53,859 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:53,859 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:06:53,859 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:53,859 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:53,859 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:53,859 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:53,859 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:53,859 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,860 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:06:53,876 INFO program/MainThread: stdout: 2024-03-01 21:06:53,877 INFO program/MainThread: writing all SBs 2024-03-01 21:06:53,877 INFO program/MainThread: new label = "" 2024-03-01 21:06:53,877 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:53,895 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:06:53,900 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:06:53,901 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:06:53,913 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:53,933 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:53,934 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:53,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:06:53,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:06:53,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:53,945 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_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:53,982 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 21:06:53,982 INFO program/MainThread: stderr[22]: 2024-03-01 21:06:53,982 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:06:53,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:06:53,987 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:54,052 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 21:06:54,053 INFO program/MainThread: stderr[23]: 2024-03-01 21:06:54,053 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:06:54,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:54,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:06:54,077 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:06:54,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:54,119 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:54,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:06:54,124 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:06:54,125 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:06:54,136 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:54,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:54,155 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:54,156 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:06:54,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:54,163 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:06:54,165 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:06:54,165 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:06:54,943 INFO program/MainThread: stdout: 2024-03-01 21:06:54,944 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:06:54,944 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:54,944 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:54,944 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:54,944 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:06:54,944 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:54,944 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:54,944 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:54,944 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:54,944 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:54,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:54,945 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:06:54,968 INFO program/MainThread: stdout: 2024-03-01 21:06:54,968 INFO program/MainThread: writing all SBs 2024-03-01 21:06:54,968 INFO program/MainThread: new label = "" 2024-03-01 21:06:54,968 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:54,968 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:54,984 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:54,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:06:54,989 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:06:54,990 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:06:55,001 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:55,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:55,019 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:55,020 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:55,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:06:55,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:06:55,029 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:55,030 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_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:55,066 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 21:06:55,066 INFO program/MainThread: stderr[24]: 2024-03-01 21:06:55,066 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:06:55,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:06:55,071 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:55,142 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 21:06:55,143 INFO program/MainThread: stderr[25]: 2024-03-01 21:06:55,143 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:06:55,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:55,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:06:55,166 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:06:55,172 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:55,208 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:55,228 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:06:55,228 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:06:55,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:06:55,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:55,241 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:55,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:55,259 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:06:55,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:55,266 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:06:55,268 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:06:55,268 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:06:56,050 INFO program/MainThread: stdout: 2024-03-01 21:06:56,050 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:06:56,050 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:56,050 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:56,054 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:56,054 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:06:56,054 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:56,054 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:56,054 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:56,054 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:56,054 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:56,054 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,055 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:06:56,076 INFO program/MainThread: stdout: 2024-03-01 21:06:56,076 INFO program/MainThread: writing all SBs 2024-03-01 21:06:56,076 INFO program/MainThread: new label = "" 2024-03-01 21:06:56,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,091 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:06:56,095 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:06:56,097 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:06:56,108 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,126 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:06:56,130 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,132 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,134 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,135 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:06:56,135 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:56,135 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:56,172 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:06:56,172 INFO program/MainThread: stderr[26]: 2024-03-01 21:06:56,172 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:06:56,173 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:56,191 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 21:06:56,191 INFO program/MainThread: stderr[27]: 2024-03-01 21:06:56,191 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:06:56,191 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 21:06:56,224 INFO program/MainThread: stdout[28]: 2024-03-01 21:06:56,224 INFO program/MainThread: stderr[28]: 2024-03-01 21:06:56,224 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:06:56,224 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 21:06:56,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,244 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:06:56,245 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:06:56,246 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:06:56,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,258 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,282 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,282 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:06:56,286 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,289 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,291 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,291 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:06:56,291 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:56,292 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:56,339 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:06:56,340 INFO program/MainThread: stderr[29]: 2024-03-01 21:06:56,340 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:06:56,340 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:56,352 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 21:06:56,352 INFO program/MainThread: stderr[30]: 2024-03-01 21:06:56,352 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:06:56,352 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 21:06:56,385 INFO program/MainThread: stdout[31]: 2024-03-01 21:06:56,385 INFO program/MainThread: stderr[31]: 2024-03-01 21:06:56,385 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:06:56,385 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 21:06:56,386 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,398 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,402 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:06:56,403 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:06:56,404 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:06:56,416 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,445 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,446 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:06:56,450 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,452 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,455 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,455 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:06:56,455 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:56,455 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:56,501 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:06:56,501 INFO program/MainThread: stderr[32]: 2024-03-01 21:06:56,501 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:06:56,502 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:56,514 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 21:06:56,514 INFO program/MainThread: stderr[33]: 2024-03-01 21:06:56,514 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:06:56,514 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 21:06:56,546 INFO program/MainThread: stdout[34]: 2024-03-01 21:06:56,546 INFO program/MainThread: stderr[34]: 2024-03-01 21:06:56,546 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:06:56,546 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 21:06:56,547 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,562 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,566 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:06:56,567 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:06:56,568 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:06:56,580 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,606 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,607 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:06:56,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:06:56,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:06:56,616 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,618 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,621 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,623 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,626 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,628 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:06:56,631 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:56,693 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 21:06:56,694 INFO program/MainThread: stderr[35]: 2024-03-01 21:06:56,694 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:06:56,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:56,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:06:56,718 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,724 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,735 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,743 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,752 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,759 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,770 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:06:56,778 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:06:56,778 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,792 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,793 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:06:56,803 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,817 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,818 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:56,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:06:56,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:06:56,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:56,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:06:56,833 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,836 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,839 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,842 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,844 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,847 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:06:56,847 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:56,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:56,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:06:56,868 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:56,912 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:06:56,912 INFO program/MainThread: stderr[36]: 2024-03-01 21:06:56,912 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:06:56,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:06:56,917 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:56,981 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 21:06:56,982 INFO program/MainThread: stderr[37]: 2024-03-01 21:06:56,982 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:06:56,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:56,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:06:56,999 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:06:56,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:57,040 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:06:57,046 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:06:57,046 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:06:57,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,058 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:57,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,077 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:06:57,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:57,084 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:06:57,086 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:06:57,086 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:06:57,207 INFO program/MainThread: stdout: 2024-03-01 21:06:57,207 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:06:57,207 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:57,208 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:57,208 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:57,208 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:06:57,208 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:57,208 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:57,208 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:57,208 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:57,208 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:57,208 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,208 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:06:57,226 INFO program/MainThread: stdout: 2024-03-01 21:06:57,226 INFO program/MainThread: writing all SBs 2024-03-01 21:06:57,226 INFO program/MainThread: new label = "" 2024-03-01 21:06:57,226 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:57,246 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:06:57,251 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:06:57,252 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:06:57,264 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,264 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:57,282 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,283 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:57,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:06:57,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:06:57,293 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:57,293 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:57,334 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 21:06:57,334 INFO program/MainThread: stderr[38]: 2024-03-01 21:06:57,334 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:06:57,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:06:57,339 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:57,406 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 21:06:57,407 INFO program/MainThread: stderr[39]: 2024-03-01 21:06:57,407 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:06:57,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:57,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:06:57,429 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:06:57,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:57,459 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:06:57,465 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:06:57,465 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:06:57,477 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:57,496 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:57,497 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:06:57,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:57,504 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:06:57,506 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:06:57,507 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:06:58,281 INFO program/MainThread: stdout: 2024-03-01 21:06:58,281 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:06:58,281 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:58,281 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:58,281 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:58,281 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:06:58,281 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:58,281 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:58,281 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:58,281 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:58,281 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:58,281 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,282 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:06:58,299 INFO program/MainThread: stdout: 2024-03-01 21:06:58,299 INFO program/MainThread: writing all SBs 2024-03-01 21:06:58,299 INFO program/MainThread: new label = "" 2024-03-01 21:06:58,299 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,300 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,320 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,325 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:06:58,325 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:06:58,326 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:06:58,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,359 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,360 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:06:58,364 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:58,366 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,369 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,369 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:06:58,369 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:58,369 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:58,412 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:06:58,413 INFO program/MainThread: stderr[40]: 2024-03-01 21:06:58,413 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:06:58,413 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:58,427 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 21:06:58,428 INFO program/MainThread: stderr[41]: 2024-03-01 21:06:58,428 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:06:58,428 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 21:06:58,464 INFO program/MainThread: stdout[42]: 2024-03-01 21:06:58,464 INFO program/MainThread: stderr[42]: 2024-03-01 21:06:58,464 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:06:58,465 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 21:06:58,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,479 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,483 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:06:58,484 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:06:58,485 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:06:58,497 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,521 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,522 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:06:58,526 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:58,528 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,531 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,531 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:06:58,531 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:58,532 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:58,579 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:06:58,580 INFO program/MainThread: stderr[43]: 2024-03-01 21:06:58,580 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:06:58,580 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:58,591 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 21:06:58,591 INFO program/MainThread: stderr[44]: 2024-03-01 21:06:58,591 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:06:58,591 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 21:06:58,621 INFO program/MainThread: stdout[45]: 2024-03-01 21:06:58,621 INFO program/MainThread: stderr[45]: 2024-03-01 21:06:58,621 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:06:58,621 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 21:06:58,622 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,638 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,642 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:06:58,643 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:06:58,644 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:06:58,656 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,656 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,681 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,682 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:06:58,686 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:58,688 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,691 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,691 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:06:58,691 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:06:58,691 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:06:58,736 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:06:58,737 INFO program/MainThread: stderr[46]: 2024-03-01 21:06:58,737 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:06:58,737 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:58,750 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 21:06:58,750 INFO program/MainThread: stderr[47]: 2024-03-01 21:06:58,751 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:06:58,751 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 21:06:58,837 INFO program/MainThread: stdout[48]: 2024-03-01 21:06:58,837 INFO program/MainThread: stderr[48]: 2024-03-01 21:06:58,837 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:06:58,837 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 21:06:58,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,855 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:06:58,856 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:06:58,857 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:06:58,869 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:58,893 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:58,894 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:06:58,898 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:06:58,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:06:58,903 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:58,905 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,908 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:58,911 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,913 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:58,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:58,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:06:58,918 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:58,974 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 21:06:58,975 INFO program/MainThread: stderr[49]: 2024-03-01 21:06:58,975 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:06:58,985 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:58,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:06:59,004 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,012 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:59,018 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,021 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:59,024 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,026 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:59,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,039 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:06:59,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:06:59,047 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,059 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:06:59,069 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,084 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,085 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:59,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:06:59,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:06:59,094 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:06:59,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:06:59,100 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,103 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:06:59,106 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,109 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:06:59,112 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,114 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:06:59,114 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,129 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:06:59,134 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:59,179 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:06:59,179 INFO program/MainThread: stderr[50]: 2024-03-01 21:06:59,179 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:06:59,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:06:59,184 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:59,270 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 21:06:59,271 INFO program/MainThread: stderr[51]: 2024-03-01 21:06:59,271 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:06:59,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,285 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:06:59,286 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:06:59,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,320 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:06:59,328 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:06:59,329 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:06:59,340 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,359 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,360 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:06:59,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,367 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:06:59,369 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:06:59,369 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:06:59,497 INFO program/MainThread: stdout: 2024-03-01 21:06:59,497 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:06:59,497 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:06:59,497 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:06:59,497 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:06:59,497 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:06:59,498 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:06:59,498 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:06:59,498 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:06:59,498 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:06:59,498 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:06:59,498 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,498 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:06:59,516 INFO program/MainThread: stdout: 2024-03-01 21:06:59,517 INFO program/MainThread: writing all SBs 2024-03-01 21:06:59,517 INFO program/MainThread: new label = "" 2024-03-01 21:06:59,517 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,517 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,538 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:06:59,543 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:06:59,544 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:06:59,556 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,573 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,573 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:59,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:06:59,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:06:59,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,583 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:59,624 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:06:59,624 INFO program/MainThread: stderr[52]: 2024-03-01 21:06:59,624 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:06:59,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:06:59,629 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:06:59,694 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 21:06:59,695 INFO program/MainThread: stderr[53]: 2024-03-01 21:06:59,695 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:06:59,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:06:59,718 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:06:59,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:06:59,758 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:06:59,758 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:06:59,770 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:06:59,788 DEBUG program/MainThread: Return code: 0 2024-03-01 21:06:59,789 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:06:59,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:06:59,796 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:06:59,798 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:06:59,799 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:07:00,589 INFO program/MainThread: stdout: 2024-03-01 21:07:00,589 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:07:00,589 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:07:00,589 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:07:00,590 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 21:07:00,590 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:07:00,590 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:07:00,590 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:07:00,590 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 21:07:00,590 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:07:00,590 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:07:00,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:00,590 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:07:00,607 INFO program/MainThread: stdout: 2024-03-01 21:07:00,607 INFO program/MainThread: writing all SBs 2024-03-01 21:07:00,607 INFO program/MainThread: new label = "" 2024-03-01 21:07:00,607 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:00,607 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:00,623 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:00,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:00,627 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:00,628 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:07:00,639 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:00,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:00,658 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:00,664 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:07:00,664 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 0x7f21d978f5e0> 2024-03-01 21:07:00,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:07:00,670 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:07:00,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:07:00,676 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:07:00,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:07:00,681 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:07:00,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:07:00,687 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:07:00,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:07:00,692 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:07:00,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:07:00,697 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:07:00,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:07:00,703 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:07:00,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:07:00,708 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:07:00,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:07:00,713 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:07:00,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:07:00,718 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:07:00,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:07:00,723 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:07:00,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:07:00,728 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:07:00,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:07:00,734 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:07:00,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:07:00,739 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:07:00,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:07:00,744 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:07:00,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:00,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:07:00,749 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:07:11,274 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vqszgvcc/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:07:11,314 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:11,314 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:07:11,318 INFO program/MainThread: stdout[2]: 2024-03-01 21:07:11,318 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:07:11,318 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:07:11,319 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:07:11,325 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:11,325 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:07:11,329 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:11,329 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:07:11,332 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:11,332 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:07:11,335 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:11,335 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:07:11,347 INFO program/MainThread: stdout: 2024-03-01 21:07:11,347 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:07:11,347 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW 2024-03-01 21:07:11,347 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 2024-03-01 21:07:11,347 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u 2024-03-01 21:07:11,347 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 2024-03-01 21:07:11,347 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d14c9541-a29a-4506-9d85-4fa3cd804abf 2024-03-01 21:07:11,347 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp 2024-03-01 21:07:11,347 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho 2024-03-01 21:07:11,347 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs b3e30a2b-855f-4905-8233-d4c34dcea5d9 2024-03-01 21:07:11,347 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc511d0f-31cc-42e0-a0a6-582ed6d25f8e 2024-03-01 21:07:11,348 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb 2024-03-01 21:07:11,348 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J 2024-03-01 21:07:11,348 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf 2024-03-01 21:07:11,348 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e92d1e3a-f30e-4d30-857c-76f800c1f2a6 2024-03-01 21:07:11,348 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6bded8d1-b874-4574-820b-7519f1de62e3 2024-03-01 21:07:11,348 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 2024-03-01 21:07:11,348 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI 2024-03-01 21:07:11,348 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 2024-03-01 21:07:11,348 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI 2024-03-01 21:07:11,348 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e 2024-03-01 21:07:11,348 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC 2024-03-01 21:07:11,348 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e 2024-03-01 21:07:11,348 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:07:11,348 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:07:11,348 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:07:11,348 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:07:11,348 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:11,348 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 sdb 1073741824 root disk brw-rw---- LVM2_member n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d14c9541-a29a-4506-9d85-4fa3cd804abf sdc 1073741824 root disk brw-rw---- LVM2_member Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp sdd 1073741824 root disk brw-rw---- LVM2_member u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho |-test_vg2-lv4 641728512 root disk brw-rw---- xfs b3e30a2b-855f-4905-8233-d4c34dcea5d9 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc511d0f-31cc-42e0-a0a6-582ed6d25f8e sde 1073741824 root disk brw-rw---- LVM2_member tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb sdf 1073741824 root disk brw-rw---- LVM2_member ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J sdg 1073741824 root disk brw-rw---- LVM2_member e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e92d1e3a-f30e-4d30-857c-76f800c1f2a6 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6bded8d1-b874-4574-820b-7519f1de62e3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 sdh 1073741824 root disk brw-rw---- LVM2_member 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 sdi 1073741824 root disk brw-rw---- LVM2_member 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e sdj 1073741824 root disk brw-rw---- LVM2_member O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:07:11,348 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:07:11,349 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:07:11,349 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:07:11,349 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:07:11,349 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:07:11,349 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:07:11,349 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:11,367 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:11,385 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:07:11,390 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/lvm-pv-uuid-rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW', 'ID_FS_UUID_ENC': 'rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:07:11,390 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:07:11,391 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:07:11,441 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:11,441 INFO program/MainThread: stderr[3]: 2024-03-01 21:07:11,441 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:07:11,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:11,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:11,453 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:07:11,455 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:07:11,460 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:07:11,461 INFO blivet/MainThread: sda is a disk 2024-03-01 21:07:11,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:07:11,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:07:11,465 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:07:11,468 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:07:11,468 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:07:11,471 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:07:11,471 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:07:11,472 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:07:11,472 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9046a96d0) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:07:11,475 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:07:11,479 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:11,479 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:07:11,482 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:11,482 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:07:11,485 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:11,485 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:07:11,489 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:11,489 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:07:11,492 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:07:11,492 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:07:11,492 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:07:11,532 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:11,532 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u. WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:07:11,532 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:07:11,532 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:07:11,537 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW ; label: None ; device: /dev/sda ; serial: 36001405f6de8f902632455d808039c60 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; pe_start: 8 MiB ; 2024-03-01 21:07:11,537 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:07:11,540 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:07:11,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:11,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:11,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:11,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:11,551 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:07:11,594 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:11,594 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u. WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:07:11,594 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:07:11,594 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:07:11,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:07:11,600 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:07:11,603 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:07:11,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:07:11,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:07:11,607 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:07:11,646 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:11,646 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u. WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:07:11,646 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:07:11,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:07:11,651 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:07:11,654 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:07:11,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:11,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:07:11,659 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:07:11,659 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:11,663 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/lvm-pv-uuid-n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u', 'ID_FS_UUID_ENC': 'n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:07:11,663 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:07:11,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:07:11,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:11,673 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:07:11,674 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:07:11,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:07:11,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:07:11,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:07:11,680 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:07:11,680 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:07:11,683 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:07:11,683 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:07:11,684 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:07:11,684 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9032bc970) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:07:11,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:07:11,690 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:11,690 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:07:11,693 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:11,693 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:07:11,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:11,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:07:11,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:11,699 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:07:11,701 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:07:11,702 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:07:11,702 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:07:11,741 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:11,741 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). 2024-03-01 21:07:11,741 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:07:11,741 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:07:11,745 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u ; label: None ; device: /dev/sdb ; serial: 36001405706fca6e39674003af64dc9d0 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:07:11,745 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:07:11,748 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:07:11,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:11,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:07:11,757 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:07:11,759 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:07:11,762 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:07:11,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:11,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:11,767 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:07:11,805 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:11,805 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). 2024-03-01 21:07:11,805 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:07:11,805 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:07:11,805 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:11,810 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:07:11,810 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:07:11,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:07:11,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:11,821 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:07:11,821 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:07:11,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:07:11,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:07:11,824 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:07:11,827 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:07:11,827 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:07:11,830 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:07:11,830 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:07:11,830 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:07:11,830 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa903245850) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:07:11,834 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:07:11,834 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:07:11,837 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:07:11,837 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:07:11,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:07:11,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:11,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:07:11,847 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:07:11,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:07:11,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:07:11,850 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:07:11,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:07:11,853 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:07:11,856 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:07:11,856 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:07:11,856 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:07:11,857 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa903245760) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:07:11,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:07:11,860 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:07:11,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/lvm-pv-uuid-Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp', 'ID_FS_UUID_ENC': 'Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:07:11,863 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:07:11,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:07:11,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:11,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:07:11,873 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:07:11,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:07:11,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:07:11,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:07:11,879 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:07:11,879 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:07:11,882 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:07:11,882 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:07:11,883 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:07:11,883 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa90325a070) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:07:11,885 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:07:11,888 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:11,888 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:07:11,891 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:11,891 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:07:11,894 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:11,894 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:07:11,897 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:11,897 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:07:11,900 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:07:11,900 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:07:11,900 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:07:11,940 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:11,940 INFO program/MainThread: stderr[9]: 2024-03-01 21:07:11,940 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:07:11,940 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:07:11,944 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp ; label: None ; device: /dev/sdc ; serial: 36001405e118e343f15e4027a7c95d5ae ; exists: True ; vg_name: test_vg1 ; vg_uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:07:11,945 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:07:11,947 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:07:11,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:11,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:11,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:07:11,959 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:07:11,961 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:07:11,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:11,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:11,967 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:07:12,004 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:12,004 INFO program/MainThread: stderr[10]: 2024-03-01 21:07:12,004 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:07:12,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:12,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:07:12,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:07:12,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:07:12,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:07:12,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:12,027 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:12,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:07:12,030 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:07:12,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:07:12,033 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:07:12,036 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:07:12,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:07:12,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:07:12,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:12,043 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:12,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:07:12,046 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:07:12,046 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:07:12,046 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:07:12,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:12,049 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:12,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:07:12,053 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:07:12,057 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/d14c9541-a29a-4506-9d85-4fa3cd804abf', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'ID_FS_UUID_ENC': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823475695'} ; 2024-03-01 21:07:12,057 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:07:12,057 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:12,061 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:07:12,062 INFO program/MainThread: stderr[11]: 2024-03-01 21:07:12,062 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:07:12,062 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:12,065 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:07:12,065 INFO program/MainThread: stderr[12]: 2024-03-01 21:07:12,065 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:07:12,065 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:12,068 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:07:12,068 INFO program/MainThread: stderr[13]: 2024-03-01 21:07:12,068 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:07:12,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:07:12,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:12,078 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:07:12,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:12,079 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:07:12,076 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa90325ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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 (0x7fa90330d760) -- 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 = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:12,080 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:12,083 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:07:12,083 INFO program/MainThread: stderr[14]: 2024-03-01 21:07:12,083 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:07:12,087 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:07:12,090 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,090 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:07:12,093 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,094 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:07:12,097 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,097 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:07:12,100 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,100 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:07:12,101 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:07:12,102 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:07:12,105 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:12,105 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:07:12,108 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:07:12,108 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:12,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:12,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:07:12,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:07:12,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:07:12,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:07:12,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:12,129 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:07:12,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:07:12,133 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:07:12,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:07:12,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:07:12,139 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:07:12,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:07:12,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:07:12,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:12,146 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:07:12,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:07:12,149 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:07:12,149 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:07:12,149 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:07:12,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:12,152 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:07:12,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:07:12,156 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:07:12,159 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'ID_FS_UUID_ENC': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823043982'} ; 2024-03-01 21:07:12,159 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:07:12,159 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:12,163 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:07:12,163 INFO program/MainThread: stderr[15]: 2024-03-01 21:07:12,163 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:07:12,164 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:12,167 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:07:12,167 INFO program/MainThread: stderr[16]: 2024-03-01 21:07:12,167 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:07:12,167 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:12,170 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:07:12,170 INFO program/MainThread: stderr[17]: 2024-03-01 21:07:12,170 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:07:12,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:07:12,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:12,181 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:12,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:12,182 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:12,177 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa90325a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS 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 (0x7fa90330d760) -- name = test_vg1 status = True 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 = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:12,182 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:12,185 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:07:12,186 INFO program/MainThread: stderr[18]: 2024-03-01 21:07:12,186 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:07:12,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:07:12,193 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,194 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:07:12,197 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,197 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:07:12,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:07:12,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:07:12,203 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:07:12,206 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:12,206 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:07:12,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:07:12,209 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:12,210 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:12,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho', 'ID_FS_UUID_ENC': 'u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:07:12,213 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:07:12,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:07:12,225 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:07:12,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:07:12,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:07:12,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:07:12,230 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:07:12,231 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:07:12,233 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:07:12,234 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:07:12,234 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:07:12,234 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9032594c0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:07:12,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:07:12,240 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,240 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:07:12,243 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,243 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:07:12,246 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,246 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:07:12,249 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,249 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:07:12,252 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:07:12,252 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:07:12,252 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:12,290 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:12,290 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb. WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:12,290 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:07:12,291 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:07:12,295 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho ; label: None ; device: /dev/sdd ; serial: 36001405a240065280c44a4c8d35c6f2b ; exists: True ; vg_name: test_vg2 ; vg_uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:07:12,295 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:07:12,298 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:07:12,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:12,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:12,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,309 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:12,349 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 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=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:12,349 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb. WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:12,349 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:07:12,349 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:07:12,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:07:12,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:07:12,357 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:07:12,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:07:12,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:07:12,361 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:12,401 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:12,401 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb. WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:12,401 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:07:12,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:07:12,406 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:07:12,408 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:07:12,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:12,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:07:12,414 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:07:12,414 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:12,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/lvm-pv-uuid-tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb', 'ID_FS_UUID_ENC': 'tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:07:12,417 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:07:12,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,428 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:07:12,429 INFO blivet/MainThread: sde is a disk 2024-03-01 21:07:12,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:07:12,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:07:12,432 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:07:12,434 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:07:12,435 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:07:12,437 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:07:12,438 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:07:12,438 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:07:12,438 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa90330d0d0) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:07:12,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:07:12,444 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,444 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:07:12,447 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,447 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:07:12,450 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,450 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:07:12,453 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,453 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:07:12,456 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:07:12,456 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:07:12,456 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sde,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:07:12,497 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:12,497 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:12,497 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:07:12,497 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:07:12,501 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb ; label: None ; device: /dev/sde ; serial: 360014055595e6fffef343edaed564d1e ; exists: True ; vg_name: test_vg2 ; vg_uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:07:12,502 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:07:12,504 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:07:12,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:12,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:07:12,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:07:12,515 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:07:12,518 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:07:12,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:12,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:12,523 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sde,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:07:12,564 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:12,564 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:12,564 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:07:12,564 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:07:12,564 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:12,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/lvm-pv-uuid-ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J', 'ID_FS_UUID_ENC': 'ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:07:12,569 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:07:12,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,581 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:07:12,581 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:07:12,581 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:07:12,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:07:12,584 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:07:12,587 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:07:12,587 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:07:12,590 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:07:12,590 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:07:12,591 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:07:12,591 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa90330d070) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:07:12,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:07:12,597 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,597 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:07:12,599 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,600 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:07:12,602 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,602 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:07:12,605 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,605 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:07:12,608 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:07:12,608 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:07:12,608 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:07:12,649 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:12,649 INFO program/MainThread: stderr[24]: 2024-03-01 21:07:12,649 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:07:12,649 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:07:12,653 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J ; label: None ; device: /dev/sdf ; serial: 3600140505f99d36b6ba4b18bdb29eccd ; exists: True ; vg_name: test_vg2 ; vg_uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:07:12,654 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:07:12,657 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:07:12,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:12,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:12,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:07:12,668 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:07:12,671 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:07:12,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:12,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:12,676 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 21:07:12,717 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:12,718 INFO program/MainThread: stderr[25]: 2024-03-01 21:07:12,718 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:07:12,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:12,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:07:12,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:07:12,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:07:12,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:07:12,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:12,741 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:07:12,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:07:12,744 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:07:12,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:07:12,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:07:12,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:07:12,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:07:12,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:07:12,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:12,757 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:07:12,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:07:12,760 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:07:12,760 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:07:12,761 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:07:12,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:12,764 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:07:12,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:07:12,767 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:07:12,770 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/cc511d0f-31cc-42e0-a0a6-582ed6d25f8e ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'ID_FS_UUID_ENC': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821185519'} ; 2024-03-01 21:07:12,770 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:07:12,771 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:12,774 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:07:12,775 INFO program/MainThread: stderr[26]: 2024-03-01 21:07:12,775 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:07:12,775 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:12,778 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:07:12,778 INFO program/MainThread: stderr[27]: 2024-03-01 21:07:12,778 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:07:12,778 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:12,781 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:07:12,781 INFO program/MainThread: stderr[28]: 2024-03-01 21:07:12,781 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:07:12,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:07:12,791 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:12,792 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:07:12,792 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:12,792 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:07:12,789 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9031fe370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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 (0x7fa903274b50) -- 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 = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:12,793 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:12,796 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:07:12,796 INFO program/MainThread: stderr[29]: 2024-03-01 21:07:12,796 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:07:12,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:07:12,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:07:12,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:07:12,810 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:07:12,813 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,813 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:07:12,813 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:07:12,817 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:12,817 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:07:12,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:07:12,820 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:12,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:12,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:07:12,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:07:12,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:07:12,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:07:12,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:12,841 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:07:12,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:07:12,844 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:07:12,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:07:12,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:07:12,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:07:12,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:07:12,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:07:12,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:12,856 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:07:12,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:07:12,860 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:07:12,860 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:07:12,860 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:07:12,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:12,863 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:07:12,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:07:12,866 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:07:12,870 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/b3e30a2b-855f-4905-8233-d4c34dcea5d9 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'ID_FS_UUID_ENC': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '820762855'} ; 2024-03-01 21:07:12,870 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:07:12,870 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:12,874 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:07:12,874 INFO program/MainThread: stderr[30]: 2024-03-01 21:07:12,874 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:07:12,874 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:12,877 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:07:12,877 INFO program/MainThread: stderr[31]: 2024-03-01 21:07:12,877 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:07:12,877 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:12,880 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:07:12,880 INFO program/MainThread: stderr[32]: 2024-03-01 21:07:12,880 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:07:12,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:07:12,890 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:12,891 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:12,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:12,892 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:12,888 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9031fe9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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 (0x7fa903274b50) -- name = test_vg2 status = 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 = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:12,892 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:12,895 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:07:12,896 INFO program/MainThread: stderr[33]: 2024-03-01 21:07:12,896 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:07:12,899 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:07:12,903 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,903 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:07:12,906 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,906 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:07:12,909 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,909 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:07:12,913 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,913 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:07:12,913 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:07:12,916 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:12,916 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:07:12,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:07:12,919 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:12,919 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:12,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/lvm-pv-uuid-e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf', 'ID_FS_UUID_ENC': 'e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:07:12,922 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:07:12,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:07:12,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:12,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:07:12,934 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:07:12,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:07:12,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:07:12,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:07:12,940 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:07:12,940 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:07:12,943 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:07:12,943 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:07:12,944 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:07:12,944 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa903259160) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:07:12,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:07:12,949 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:12,949 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:07:12,952 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:12,952 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:07:12,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:07:12,958 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:12,958 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:07:12,961 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:07:12,961 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:07:12,961 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sda ... 2024-03-01 21:07:13,004 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:13,004 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI. WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,004 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:07:13,005 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:07:13,008 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf ; label: None ; device: /dev/sdg ; serial: 360014051629cedfe668455480834f2d3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:07:13,009 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:07:13,011 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:07:13,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:13,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,023 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sda ... 2024-03-01 21:07:13,069 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 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=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 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=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:13,069 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI. WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,069 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:07:13,069 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:07:13,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:07:13,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:07:13,077 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:13,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:07:13,080 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:07:13,081 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sda ... 2024-03-01 21:07:13,120 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:13,120 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI. WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,120 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:07:13,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:07:13,125 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:07:13,128 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:07:13,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,133 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:07:13,133 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:13,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-id/lvm-pv-uuid-6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI', 'ID_FS_UUID_ENC': '6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:07:13,137 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:07:13,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,149 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:07:13,149 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:07:13,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:07:13,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:07:13,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:07:13,155 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:07:13,155 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:07:13,158 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:07:13,158 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:07:13,159 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:07:13,159 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa90330d5b0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:07:13,162 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:07:13,165 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:13,165 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:07:13,168 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:13,168 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:07:13,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:07:13,174 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,174 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:07:13,177 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:07:13,177 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:07:13,177 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sdh,/dev/sda ... 2024-03-01 21:07:13,216 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:13,216 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,216 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:07:13,217 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:07:13,221 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI ; label: None ; device: /dev/sdh ; serial: 36001405f7d2926d35f94d5cb3e89518a ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; 2024-03-01 21:07:13,221 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:07:13,224 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:07:13,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:07:13,235 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:13,237 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:07:13,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,243 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sdh,/dev/sda ... 2024-03-01 21:07:13,283 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:13,283 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,283 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:07:13,284 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:07:13,284 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:13,288 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI', 'ID_FS_UUID_ENC': '7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:07:13,288 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:07:13,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,300 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:07:13,301 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:07:13,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:07:13,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:07:13,304 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:07:13,307 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:07:13,307 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:07:13,310 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:07:13,310 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:07:13,311 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:07:13,311 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa903212040) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:07:13,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:07:13,317 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:13,317 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:07:13,320 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:13,320 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:07:13,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:07:13,326 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,326 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:07:13,328 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:07:13,328 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:07:13,329 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sdh,/dev/sda ... 2024-03-01 21:07:13,375 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:13,375 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,375 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:07:13,375 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:07:13,379 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI ; label: None ; device: /dev/sdi ; serial: 360014052c2aa4f08f1742b0816c393bb ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; 2024-03-01 21:07:13,380 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:07:13,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:07:13,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:07:13,394 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:13,397 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:07:13,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,402 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdb,/dev/sdh,/dev/sda ... 2024-03-01 21:07:13,444 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:13,444 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:13,444 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:07:13,444 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:07:13,445 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:13,449 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC', 'ID_FS_UUID_ENC': 'O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:07:13,449 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:07:13,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,461 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:07:13,462 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:07:13,462 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:07:13,462 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:07:13,465 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:07:13,467 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:07:13,468 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:07:13,471 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:07:13,471 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:07:13,472 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:07:13,472 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa903213d60) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:07:13,475 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:07:13,478 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:13,478 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:07:13,481 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:13,481 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:07:13,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:07:13,487 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,487 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:07:13,489 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:07:13,489 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:07:13,489 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdj,/dev/sdb,/dev/sdh,/dev/sda ... 2024-03-01 21:07:13,528 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:13,528 INFO program/MainThread: stderr[41]: 2024-03-01 21:07:13,528 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:07:13,528 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:07:13,532 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC ; label: None ; device: /dev/sdj ; serial: 36001405a2e49859a4b84a958092b12b8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:07:13,533 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:07:13,535 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:07:13,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:07:13,547 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:13,550 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:07:13,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:13,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:13,555 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdf,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdg,/dev/sdj,/dev/sdb,/dev/sdh,/dev/sda ... 2024-03-01 21:07:13,600 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:13,600 INFO program/MainThread: stderr[42]: 2024-03-01 21:07:13,600 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:07:13,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:13,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:07:13,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:07:13,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:07:13,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:07:13,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:13,623 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:07:13,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:07:13,627 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:07:13,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:07:13,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:07:13,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:07:13,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:07:13,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:07:13,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:13,640 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:07:13,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:07:13,643 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:07:13,643 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:07:13,643 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:07:13,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:13,647 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:07:13,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:07:13,650 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:07:13,653 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/e86e6053-341d-4b1f-b984-4496bd5b3c0e ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'ID_FS_UUID_ENC': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818916950'} ; 2024-03-01 21:07:13,653 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:07:13,654 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:13,658 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:07:13,658 INFO program/MainThread: stderr[43]: 2024-03-01 21:07:13,658 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:07:13,658 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:13,661 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:07:13,661 INFO program/MainThread: stderr[44]: 2024-03-01 21:07:13,661 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:07:13,661 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:13,664 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:07:13,664 INFO program/MainThread: stderr[45]: 2024-03-01 21:07:13,664 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:07:13,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:07:13,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,676 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:07:13,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,677 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:07:13,673 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa903217340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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 (0x7fa903207e80) -- 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:13,678 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:13,681 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:07:13,682 INFO program/MainThread: stderr[46]: 2024-03-01 21:07:13,682 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:07:13,686 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:07:13,689 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:13,689 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:07:13,692 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:13,692 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:07:13,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:07:13,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,699 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:07:13,699 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:07:13,702 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:13,702 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:07:13,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:07:13,705 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:13,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:13,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:07:13,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:07:13,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:07:13,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:07:13,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:13,740 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:07:13,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:07:13,744 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:07:13,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:07:13,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:07:13,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:07:13,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:07:13,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:07:13,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:13,757 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:07:13,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:07:13,760 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:07:13,760 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:07:13,761 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:07:13,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:13,763 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:07:13,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:07:13,767 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:07:13,770 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/c4f28a03-7ff8-4d13-bd66-4844683323e1 ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'ID_FS_UUID_ENC': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '817834601'} ; 2024-03-01 21:07:13,770 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:07:13,770 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:13,774 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:07:13,774 INFO program/MainThread: stderr[47]: 2024-03-01 21:07:13,775 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:07:13,775 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:13,778 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:07:13,778 INFO program/MainThread: stderr[48]: 2024-03-01 21:07:13,778 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:07:13,778 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:13,781 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:07:13,781 INFO program/MainThread: stderr[49]: 2024-03-01 21:07:13,781 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:07:13,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:07:13,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,793 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:07:13,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,794 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:07:13,789 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9047e9280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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 (0x7fa903207e80) -- name = test_vg3 status = True 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:13,795 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:13,798 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:07:13,798 INFO program/MainThread: stderr[50]: 2024-03-01 21:07:13,798 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:07:13,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:07:13,806 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:13,806 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:07:13,809 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:13,809 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:07:13,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,812 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:07:13,815 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,815 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:07:13,816 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:07:13,819 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:13,819 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:07:13,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:07:13,822 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:13,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:13,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:07:13,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:07:13,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:07:13,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:07:13,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:13,843 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:07:13,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:07:13,847 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:07:13,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:07:13,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:07:13,853 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:07:13,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:07:13,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:07:13,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:13,860 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:07:13,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:07:13,863 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:07:13,863 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:07:13,863 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:07:13,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:13,866 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:07:13,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:07:13,870 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:07:13,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/6bded8d1-b874-4574-820b-7519f1de62e3 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bded8d1-b874-4574-820b-7519f1de62e3', 'ID_FS_UUID_ENC': '6bded8d1-b874-4574-820b-7519f1de62e3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816749759'} ; 2024-03-01 21:07:13,873 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:07:13,873 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:13,877 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:07:13,877 INFO program/MainThread: stderr[51]: 2024-03-01 21:07:13,877 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:07:13,877 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:13,881 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:07:13,881 INFO program/MainThread: stderr[52]: 2024-03-01 21:07:13,881 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:07:13,881 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:13,884 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:07:13,884 INFO program/MainThread: stderr[53]: 2024-03-01 21:07:13,884 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:07:13,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:07:13,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,895 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:07:13,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,897 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:07:13,892 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa903245790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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 (0x7fa903207e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:13,897 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:13,901 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:07:13,901 INFO program/MainThread: stderr[54]: 2024-03-01 21:07:13,901 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:07:13,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:07:13,908 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:13,908 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:07:13,911 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:13,911 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:07:13,914 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,915 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:07:13,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:13,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:07:13,918 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:07:13,921 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:13,921 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:07:13,924 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:07:13,924 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:13,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:13,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:13,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:07:13,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:07:13,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:07:13,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:07:13,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:13,945 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:07:13,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:07:13,949 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:07:13,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:07:13,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:07:13,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:07:13,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:07:13,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:07:13,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:13,961 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:07:13,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:07:13,965 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:07:13,965 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:07:13,965 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:07:13,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:13,968 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:07:13,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:07:13,971 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:07:13,975 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/e92d1e3a-f30e-4d30-857c-76f800c1f2a6 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'ID_FS_UUID_ENC': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816329148'} ; 2024-03-01 21:07:13,975 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:07:13,975 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:13,979 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:07:13,979 INFO program/MainThread: stderr[55]: 2024-03-01 21:07:13,979 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:07:13,979 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:13,982 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:07:13,983 INFO program/MainThread: stderr[56]: 2024-03-01 21:07:13,983 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:07:13,983 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:13,985 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:07:13,986 INFO program/MainThread: stderr[57]: 2024-03-01 21:07:13,986 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:07:13,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:13,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:07:13,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,998 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:13,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:13,999 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:13,994 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa90330d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN 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 (0x7fa903207e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:14,000 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:14,003 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:07:14,003 INFO program/MainThread: stderr[58]: 2024-03-01 21:07:14,003 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:07:14,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:07:14,011 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:14,011 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:07:14,014 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:14,014 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:07:14,017 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:14,017 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:07:14,020 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:14,020 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:07:14,021 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:07:14,023 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:14,024 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:07:14,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:07:14,027 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:14,027 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:14,030 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:07:14,030 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:07:14,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,041 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:07:14,041 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:07:14,041 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:07:14,041 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:07:14,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:07:14,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:07:14,044 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:07:14,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:07:14,047 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:07:14,050 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:07:14,050 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:07:14,051 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:07:14,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9031feb20) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:07:14,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:07:14,057 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:14,057 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:07:14,060 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:14,060 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:07:14,063 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:14,063 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:07:14,066 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:14,066 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:07:14,069 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:07:14,071 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:07:14,074 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:07:14,081 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 0x7fa905ad8f80> 2024-03-01 21:07:14,124 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:07:14,128 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:07:14,128 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:07:14,131 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:07:14,132 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:07:14,132 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:07:14,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,141 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:07:14,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,147 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:14,161 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:14,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:07:14,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:07:14,190 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:07:14,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:07:14,192 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:07:14,195 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:07:14,196 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:07:14,198 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:07:14,199 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:07:14,199 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:07:14,202 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:07:14,204 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:07:14,207 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:07:14,210 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:07:14,212 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:07:14,213 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:07:14,213 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:07:14,214 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:07:14,213 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa903206490) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7fa90322ba40> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:07:14,217 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:07:14,220 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:14,220 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:07:14,223 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:14,223 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:07:14,226 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:14,226 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:07:14,229 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:14,229 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:07:14,229 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:07:14,232 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:14,232 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:07:14,234 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:07:14,235 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:14,237 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e92d1e3a-f30e-4d30-857c-76f800c1f2a6 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN ' '/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', 'DISKSEQ': '55', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'ID_FS_UUID_ENC': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816329148'} ; 2024-03-01 21:07:14,238 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:07:14,238 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:14,242 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:07:14,242 INFO program/MainThread: stderr[59]: 2024-03-01 21:07:14,242 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:07:14,242 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:14,245 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:07:14,245 INFO program/MainThread: stderr[60]: 2024-03-01 21:07:14,245 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:07:14,246 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:14,248 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:07:14,249 INFO program/MainThread: stderr[61]: 2024-03-01 21:07:14,249 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:07:14,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:07:14,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,261 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,263 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,257 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa90330d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa903207e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:14,263 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:14,267 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:07:14,267 INFO program/MainThread: stderr[62]: 2024-03-01 21:07:14,267 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:07:14,271 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:07:14,271 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:07:14,274 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/6bded8d1-b874-4574-820b-7519f1de62e3', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bded8d1-b874-4574-820b-7519f1de62e3', 'ID_FS_UUID_ENC': '6bded8d1-b874-4574-820b-7519f1de62e3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816749759'} ; 2024-03-01 21:07:14,274 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:07:14,274 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:14,278 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:07:14,278 INFO program/MainThread: stderr[63]: 2024-03-01 21:07:14,278 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:07:14,278 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:14,281 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:07:14,281 INFO program/MainThread: stderr[64]: 2024-03-01 21:07:14,281 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:07:14,282 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:14,284 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:07:14,285 INFO program/MainThread: stderr[65]: 2024-03-01 21:07:14,285 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:07:14,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:07:14,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,296 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,298 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,292 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa903245790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa903207e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:14,298 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:14,302 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:07:14,302 INFO program/MainThread: stderr[66]: 2024-03-01 21:07:14,302 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:07:14,306 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:07:14,306 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:07:14,309 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz ' '/dev/disk/by-uuid/c4f28a03-7ff8-4d13-bd66-4844683323e1', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'ID_FS_UUID_ENC': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '817834601'} ; 2024-03-01 21:07:14,309 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:07:14,309 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:14,313 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:07:14,313 INFO program/MainThread: stderr[67]: 2024-03-01 21:07:14,313 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:07:14,313 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:14,316 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:07:14,316 INFO program/MainThread: stderr[68]: 2024-03-01 21:07:14,316 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:07:14,317 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:14,319 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:07:14,320 INFO program/MainThread: stderr[69]: 2024-03-01 21:07:14,320 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:07:14,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:07:14,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,331 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,333 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9047e9280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa903207e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:14,334 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:14,337 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:07:14,338 INFO program/MainThread: stderr[70]: 2024-03-01 21:07:14,338 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:07:14,342 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:07:14,342 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:07:14,345 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-uuid/e86e6053-341d-4b1f-b984-4496bd5b3c0e ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'ID_FS_UUID_ENC': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818916950'} ; 2024-03-01 21:07:14,345 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:07:14,345 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:14,349 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:07:14,349 INFO program/MainThread: stderr[71]: 2024-03-01 21:07:14,349 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:07:14,349 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:14,352 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:07:14,352 INFO program/MainThread: stderr[72]: 2024-03-01 21:07:14,352 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:07:14,353 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:14,355 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:07:14,356 INFO program/MainThread: stderr[73]: 2024-03-01 21:07:14,356 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:07:14,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:07:14,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,367 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:14,369 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:14,363 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa903217340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa903207e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:14,369 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:14,373 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:07:14,373 INFO program/MainThread: stderr[74]: 2024-03-01 21:07:14,373 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:07:14,377 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:07:14,377 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:07:14,380 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA ' '/dev/disk/by-uuid/b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'ID_FS_UUID_ENC': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '820762855'} ; 2024-03-01 21:07:14,380 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:07:14,380 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:14,384 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:07:14,384 INFO program/MainThread: stderr[75]: 2024-03-01 21:07:14,384 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:07:14,384 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:14,387 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:07:14,387 INFO program/MainThread: stderr[76]: 2024-03-01 21:07:14,387 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:07:14,388 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:14,390 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:07:14,391 INFO program/MainThread: stderr[77]: 2024-03-01 21:07:14,391 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:07:14,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:07:14,401 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:14,401 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:14,402 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:14,402 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:14,398 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9031fe9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa903274b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:14,403 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:14,407 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:07:14,407 INFO program/MainThread: stderr[78]: 2024-03-01 21:07:14,407 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:07:14,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:07:14,411 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:07:14,414 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/cc511d0f-31cc-42e0-a0a6-582ed6d25f8e ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'ID_FS_UUID_ENC': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821185519'} ; 2024-03-01 21:07:14,414 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:07:14,414 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:14,418 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:07:14,418 INFO program/MainThread: stderr[79]: 2024-03-01 21:07:14,418 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:07:14,418 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:14,421 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:07:14,421 INFO program/MainThread: stderr[80]: 2024-03-01 21:07:14,421 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:07:14,422 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:14,424 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:07:14,425 INFO program/MainThread: stderr[81]: 2024-03-01 21:07:14,425 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:07:14,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:07:14,435 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:14,436 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:14,436 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:14,437 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:14,433 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9031fe370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa903274b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:14,437 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:14,441 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:07:14,441 INFO program/MainThread: stderr[82]: 2024-03-01 21:07:14,441 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:07:14,445 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:07:14,445 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:07:14,448 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/b39e6cde-ff3b-4998-b593-118bbcbba8e0 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'ID_FS_UUID_ENC': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823043982'} ; 2024-03-01 21:07:14,448 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:07:14,448 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:14,452 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:07:14,452 INFO program/MainThread: stderr[83]: 2024-03-01 21:07:14,452 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:07:14,452 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:14,455 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:07:14,455 INFO program/MainThread: stderr[84]: 2024-03-01 21:07:14,455 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:07:14,455 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:14,458 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:07:14,458 INFO program/MainThread: stderr[85]: 2024-03-01 21:07:14,458 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:07:14,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:07:14,468 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:14,469 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:14,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:14,470 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:14,466 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa90325a4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa90330d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:14,470 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:14,474 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:07:14,474 INFO program/MainThread: stderr[86]: 2024-03-01 21:07:14,474 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:07:14,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:07:14,478 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:07:14,481 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/d14c9541-a29a-4506-9d85-4fa3cd804abf ' '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'ID_FS_UUID_ENC': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823475695'} ; 2024-03-01 21:07:14,481 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:07:14,482 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:14,485 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:07:14,485 INFO program/MainThread: stderr[87]: 2024-03-01 21:07:14,485 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:07:14,485 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:14,488 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:07:14,488 INFO program/MainThread: stderr[88]: 2024-03-01 21:07:14,488 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:07:14,489 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:14,491 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:07:14,492 INFO program/MainThread: stderr[89]: 2024-03-01 21:07:14,492 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:07:14,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:07:14,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:14,502 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:14,502 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:14,503 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:14,499 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa90325ae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa90330d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:14,503 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:14,507 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:07:14,507 INFO program/MainThread: stderr[90]: 2024-03-01 21:07:14,507 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:07:14,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:07:14,511 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:07:14,511 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:14,524 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:14,542 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:07:14,543 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:07:14,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:14,555 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:07:14,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:14,565 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:07:14,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:14,576 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:07:14,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:14,586 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:07:14,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:14,596 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:07:14,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:14,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:07:14,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:14,606 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:07:18,105 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_z_epjrjf/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:07:18,143 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:18,143 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:07:18,147 INFO program/MainThread: stdout[2]: 2024-03-01 21:07:18,147 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 21:07:18,147 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:07:18,148 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:07:18,153 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:18,153 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:07:18,157 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:18,157 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:07:18,160 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:18,160 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:07:18,163 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:07:18,163 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:07:18,175 INFO program/MainThread: stdout: 2024-03-01 21:07:18,175 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:07:18,175 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW 2024-03-01 21:07:18,175 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 2024-03-01 21:07:18,175 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u 2024-03-01 21:07:18,175 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 2024-03-01 21:07:18,175 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d14c9541-a29a-4506-9d85-4fa3cd804abf 2024-03-01 21:07:18,175 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp 2024-03-01 21:07:18,175 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho 2024-03-01 21:07:18,175 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs b3e30a2b-855f-4905-8233-d4c34dcea5d9 2024-03-01 21:07:18,175 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc511d0f-31cc-42e0-a0a6-582ed6d25f8e 2024-03-01 21:07:18,175 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb 2024-03-01 21:07:18,175 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J 2024-03-01 21:07:18,175 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf 2024-03-01 21:07:18,175 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e92d1e3a-f30e-4d30-857c-76f800c1f2a6 2024-03-01 21:07:18,175 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6bded8d1-b874-4574-820b-7519f1de62e3 2024-03-01 21:07:18,175 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 2024-03-01 21:07:18,176 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI 2024-03-01 21:07:18,176 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 2024-03-01 21:07:18,176 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI 2024-03-01 21:07:18,176 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e 2024-03-01 21:07:18,176 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC 2024-03-01 21:07:18,176 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e 2024-03-01 21:07:18,176 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:07:18,176 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:07:18,176 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:07:18,176 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:07:18,176 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:18,176 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 sdb 1073741824 root disk brw-rw---- LVM2_member n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs b39e6cde-ff3b-4998-b593-118bbcbba8e0 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d14c9541-a29a-4506-9d85-4fa3cd804abf sdc 1073741824 root disk brw-rw---- LVM2_member Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp sdd 1073741824 root disk brw-rw---- LVM2_member u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho |-test_vg2-lv4 641728512 root disk brw-rw---- xfs b3e30a2b-855f-4905-8233-d4c34dcea5d9 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc511d0f-31cc-42e0-a0a6-582ed6d25f8e sde 1073741824 root disk brw-rw---- LVM2_member tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb sdf 1073741824 root disk brw-rw---- LVM2_member ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J sdg 1073741824 root disk brw-rw---- LVM2_member e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e92d1e3a-f30e-4d30-857c-76f800c1f2a6 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6bded8d1-b874-4574-820b-7519f1de62e3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 sdh 1073741824 root disk brw-rw---- LVM2_member 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c4f28a03-7ff8-4d13-bd66-4844683323e1 sdi 1073741824 root disk brw-rw---- LVM2_member 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e sdj 1073741824 root disk brw-rw---- LVM2_member O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e86e6053-341d-4b1f-b984-4496bd5b3c0e 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 a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 21:07:18,176 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:07:18,176 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:07:18,177 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:07:18,177 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:07:18,177 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:07:18,177 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:07:18,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:18,192 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:18,210 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:07:18,214 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f6de8f902632455d808039c60 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405f6de8f902632455d808039c60 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d ' '/dev/disk/by-id/lvm-pv-uuid-rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f6de8f90-2632-455d-8080-39c60644f49d', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW', 'ID_FS_UUID_ENC': 'rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW', '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': 'f6de8f90-2632-455d-8080-39c60644f49d', 'ID_SERIAL': '36001405f6de8f902632455d808039c60', 'ID_SERIAL_SHORT': '6001405f6de8f902632455d808039c60', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6de8f902', 'ID_WWN_VENDOR_EXTENSION': '0x632455d808039c60', 'ID_WWN_WITH_EXTENSION': '0x6001405f6de8f902632455d808039c60', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6de8f902632455d808039c60', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6de8f90-2632-455d-8080-39c60644f49d', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349893381'} ; 2024-03-01 21:07:18,214 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:07:18,215 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= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:07:18,256 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:18,256 INFO program/MainThread: stderr[3]: 2024-03-01 21:07:18,256 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:07:18,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,268 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:07:18,270 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 21:07:18,275 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:07:18,276 INFO blivet/MainThread: sda is a disk 2024-03-01 21:07:18,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:07:18,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:07:18,279 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:07:18,283 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:07:18,283 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:07:18,286 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:07:18,286 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:07:18,287 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:07:18,287 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e49d5b6d0) -- 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 = 6001405f6de8f902632455d808039c60 2024-03-01 21:07:18,290 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:07:18,293 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:18,294 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:07:18,297 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:18,297 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:07:18,300 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,300 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:07:18,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:07:18,306 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:07:18,306 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:07:18,307 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:07:18,345 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:18,346 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u. WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:07:18,346 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:07:18,346 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:07:18,351 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW ; label: None ; device: /dev/sda ; serial: 36001405f6de8f902632455d808039c60 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; pe_start: 8 MiB ; 2024-03-01 21:07:18,351 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:07:18,354 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:07:18,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:18,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:18,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,365 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:07:18,405 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:18,405 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u. WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:07:18,405 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:07:18,405 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:07:18,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:07:18,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:07:18,415 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:07:18,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:07:18,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:07:18,418 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 21:07:18,457 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:18,457 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u. WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:07:18,457 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:07:18,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:07:18,462 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:07:18,465 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:07:18,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:18,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:07:18,470 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:07:18,470 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:18,474 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/lvm-pv-uuid-n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u ' '/dev/disk/by-id/scsi-36001405706fca6e39674003af64dc9d0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_706fca6e-3967-4003-af64-dc9d022c6ac7 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u', 'ID_FS_UUID_ENC': 'n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u', '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': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'ID_SERIAL': '36001405706fca6e39674003af64dc9d0', 'ID_SERIAL_SHORT': '6001405706fca6e39674003af64dc9d0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405706fca6e3', 'ID_WWN_VENDOR_EXTENSION': '0x9674003af64dc9d0', 'ID_WWN_WITH_EXTENSION': '0x6001405706fca6e39674003af64dc9d0', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405706fca6e39674003af64dc9d0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '706fca6e-3967-4003-af64-dc9d022c6ac7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349945493'} ; 2024-03-01 21:07:18,474 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:07:18,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,485 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:07:18,485 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:07:18,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:07:18,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:07:18,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:07:18,491 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:07:18,491 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:07:18,494 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:07:18,494 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:07:18,495 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:07:18,495 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48bfc970) -- 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 = 6001405706fca6e39674003af64dc9d0 2024-03-01 21:07:18,498 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:07:18,501 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:18,501 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:07:18,504 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:18,504 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:07:18,507 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,507 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:07:18,510 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,510 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:07:18,512 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:07:18,513 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:07:18,513 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:07:18,550 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:18,550 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). 2024-03-01 21:07:18,550 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:07:18,550 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:07:18,554 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u ; label: None ; device: /dev/sdb ; serial: 36001405706fca6e39674003af64dc9d0 ; exists: True ; vg_name: test_vg1 ; vg_uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:07:18,555 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:07:18,557 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:07:18,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:18,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:07:18,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:07:18,569 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:07:18,571 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:07:18,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:18,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:18,577 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 21:07:18,616 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:18,616 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp. WARNING: VG test_vg1 is missing PV Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp (last written to /dev/sdc). 2024-03-01 21:07:18,616 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:07:18,616 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:07:18,616 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:18,621 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4 ' '/dev/disk/by-id/wwn-0x6001405fcea2bb9047a443683871c46a ' '/dev/disk/by-id/scsi-36001405fcea2bb9047a443683871c46a ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', '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': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'ID_SERIAL': '36001405fcea2bb9047a443683871c46a', 'ID_SERIAL_SHORT': '6001405fcea2bb9047a443683871c46a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcea2bb90', 'ID_WWN_VENDOR_EXTENSION': '0x47a443683871c46a', 'ID_WWN_WITH_EXTENSION': '0x6001405fcea2bb9047a443683871c46a', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcea2bb9047a443683871c46a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcea2bb9-047a-4436-8387-1c46a7ec63e4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350448835'} ; 2024-03-01 21:07:18,621 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:07:18,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,631 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:07:18,632 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:07:18,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:07:18,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:07:18,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:07:18,638 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:07:18,638 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:07:18,641 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:07:18,641 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:07:18,642 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:07:18,642 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b86850) -- 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 = 6001405fcea2bb9047a443683871c46a 2024-03-01 21:07:18,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:07:18,645 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:07:18,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x600140573a841ae9e5c4fe4a7a6d233a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', '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': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'ID_SERIAL': '3600140573a841ae9e5c4fe4a7a6d233a', 'ID_SERIAL_SHORT': '600140573a841ae9e5c4fe4a7a6d233a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573a841ae9', 'ID_WWN_VENDOR_EXTENSION': '0xe5c4fe4a7a6d233a', 'ID_WWN_WITH_EXTENSION': '0x600140573a841ae9e5c4fe4a7a6d233a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573a841ae9e5c4fe4a7a6d233a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73a841ae-9e5c-4fe4-a7a6-d233a285da55', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350457398'} ; 2024-03-01 21:07:18,648 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:07:18,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,658 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:07:18,658 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:07:18,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:07:18,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:07:18,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:07:18,664 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:07:18,664 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:07:18,667 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:07:18,667 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:07:18,668 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:07:18,668 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b86760) -- 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 = 600140573a841ae9e5c4fe4a7a6d233a 2024-03-01 21:07:18,670 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:07:18,671 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:07:18,673 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-36001405e118e343f15e4027a7c95d5ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e118e343-f15e-4027-a7c9-5d5aebcc707c ' '/dev/disk/by-id/lvm-pv-uuid-Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp', 'ID_FS_UUID_ENC': 'Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp', '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': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'ID_SERIAL': '36001405e118e343f15e4027a7c95d5ae', 'ID_SERIAL_SHORT': '6001405e118e343f15e4027a7c95d5ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e118e343f', 'ID_WWN_VENDOR_EXTENSION': '0x15e4027a7c95d5ae', 'ID_WWN_WITH_EXTENSION': '0x6001405e118e343f15e4027a7c95d5ae', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e118e343f15e4027a7c95d5ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e118e343-f15e-4027-a7c9-5d5aebcc707c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '349894482'} ; 2024-03-01 21:07:18,674 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:07:18,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,684 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:07:18,684 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:07:18,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:07:18,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:07:18,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:07:18,690 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:07:18,690 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:07:18,693 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:07:18,693 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:07:18,694 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:07:18,694 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b9b070) -- 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 = 6001405e118e343f15e4027a7c95d5ae 2024-03-01 21:07:18,696 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:07:18,699 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:18,700 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:07:18,702 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:18,702 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:07:18,705 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,705 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:07:18,708 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,708 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:07:18,711 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:07:18,711 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:07:18,711 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:07:18,750 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:07:18,750 INFO program/MainThread: stderr[9]: 2024-03-01 21:07:18,750 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:07:18,750 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:07:18,754 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp ; label: None ; device: /dev/sdc ; serial: 36001405e118e343f15e4027a7c95d5ae ; exists: True ; vg_name: test_vg1 ; vg_uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:07:18,755 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:07:18,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:07:18,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:18,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:18,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:07:18,769 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:07:18,772 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:07:18,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc ; incomplete: True ; hidden: False ; 2024-03-01 21:07:18,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:18,777 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 21:07:18,821 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:18,821 INFO program/MainThread: stderr[10]: 2024-03-01 21:07:18,821 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:07:18,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:18,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:07:18,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:07:18,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:07:18,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:07:18,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:18,844 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:18,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:07:18,848 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:07:18,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:07:18,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:07:18,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:07:18,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:07:18,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:07:18,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:18,860 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:18,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:07:18,864 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:07:18,864 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:07:18,864 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:07:18,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:18,867 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:07:18,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:07:18,870 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:07:18,875 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs ' '/dev/disk/by-uuid/d14c9541-a29a-4506-9d85-4fa3cd804abf ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'ID_FS_UUID_ENC': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823475695'} ; 2024-03-01 21:07:18,875 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:07:18,875 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:18,879 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:07:18,879 INFO program/MainThread: stderr[11]: 2024-03-01 21:07:18,880 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:07:18,880 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:18,883 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:07:18,884 INFO program/MainThread: stderr[12]: 2024-03-01 21:07:18,884 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:07:18,884 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:18,886 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:07:18,887 INFO program/MainThread: stderr[13]: 2024-03-01 21:07:18,887 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:07:18,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:07:18,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:18,897 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:07:18,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:18,898 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:07:18,894 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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 (0x7f6e48c4d760) -- 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 = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:18,898 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:18,901 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:07:18,901 INFO program/MainThread: stderr[14]: 2024-03-01 21:07:18,902 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:07:18,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:07:18,909 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:18,909 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:07:18,912 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:18,912 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:07:18,915 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,915 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:07:18,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:18,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:07:18,919 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:07:18,920 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:07:18,923 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:18,923 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:07:18,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:07:18,927 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:18,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:18,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:18,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:07:18,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:07:18,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:07:18,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:07:18,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:18,947 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:07:18,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:07:18,951 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:07:18,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:07:18,954 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:07:18,957 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:07:18,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:07:18,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:07:18,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:18,964 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:07:18,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:07:18,967 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:07:18,967 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:07:18,968 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:07:18,970 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:18,970 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:07:18,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:07:18,974 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:07:18,977 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'ID_FS_UUID_ENC': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823043982'} ; 2024-03-01 21:07:18,977 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:07:18,977 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:18,981 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:07:18,981 INFO program/MainThread: stderr[15]: 2024-03-01 21:07:18,981 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:07:18,982 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:18,985 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:07:18,985 INFO program/MainThread: stderr[16]: 2024-03-01 21:07:18,985 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:07:18,985 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:18,988 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:07:18,988 INFO program/MainThread: stderr[17]: 2024-03-01 21:07:18,988 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:07:18,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:18,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:07:18,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:18,999 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:18,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:19,000 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:18,996 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS 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 (0x7f6e48c4d760) -- name = test_vg1 status = True 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 = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:19,000 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:19,004 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:07:19,004 INFO program/MainThread: stderr[18]: 2024-03-01 21:07:19,004 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:07:19,008 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:07:19,012 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,012 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:07:19,015 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,015 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:07:19,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:07:19,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,021 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:07:19,022 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:07:19,024 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:19,025 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:07:19,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:07:19,028 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:19,028 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:19,031 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b ' '/dev/disk/by-id/scsi-36001405a240065280c44a4c8d35c6f2b ' '/dev/disk/by-id/lvm-pv-uuid-u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho ' '/dev/disk/by-id/wwn-0x6001405a240065280c44a4c8d35c6f2b', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho', 'ID_FS_UUID_ENC': 'u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho', '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': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'ID_SERIAL': '36001405a240065280c44a4c8d35c6f2b', 'ID_SERIAL_SHORT': '6001405a240065280c44a4c8d35c6f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a24006528', 'ID_WWN_VENDOR_EXTENSION': '0x0c44a4c8d35c6f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405a240065280c44a4c8d35c6f2b', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a240065280c44a4c8d35c6f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2400652-80c4-4a4c-8d35-c6f2bf61ff7b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350043279'} ; 2024-03-01 21:07:19,031 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:07:19,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,043 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:07:19,043 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:07:19,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:07:19,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:07:19,046 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:07:19,049 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:07:19,049 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:07:19,052 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:07:19,052 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:07:19,053 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:07:19,053 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b994c0) -- 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 = 6001405a240065280c44a4c8d35c6f2b 2024-03-01 21:07:19,056 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:07:19,059 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,059 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:07:19,062 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,062 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:07:19,065 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,065 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:07:19,068 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,068 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:07:19,070 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:07:19,070 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:07:19,070 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sda,/dev/sdc ... 2024-03-01 21:07:19,109 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:19,109 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb. WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:19,109 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:07:19,109 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:07:19,113 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho ; label: None ; device: /dev/sdd ; serial: 36001405a240065280c44a4c8d35c6f2b ; exists: True ; vg_name: test_vg2 ; vg_uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:07:19,114 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:07:19,117 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:07:19,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:19,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,128 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sda,/dev/sdc ... 2024-03-01 21:07:19,171 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 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=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:19,171 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb. WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:19,171 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:07:19,171 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:07:19,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:07:19,176 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:07:19,179 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:07:19,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:07:19,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:07:19,183 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sda,/dev/sdc ... 2024-03-01 21:07:19,228 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:19,228 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb. WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:19,228 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:07:19,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:07:19,233 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:07:19,236 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:07:19,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:07:19,242 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:07:19,242 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:19,245 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/lvm-pv-uuid-tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_5595e6ff-fef3-43ed-aed5-64d1e6628b60 ' '/dev/disk/by-id/scsi-360014055595e6fffef343edaed564d1e ' '/dev/disk/by-id/wwn-0x60014055595e6fffef343edaed564d1e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb', 'ID_FS_UUID_ENC': 'tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb', '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': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'ID_SERIAL': '360014055595e6fffef343edaed564d1e', 'ID_SERIAL_SHORT': '60014055595e6fffef343edaed564d1e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055595e6fff', 'ID_WWN_VENDOR_EXTENSION': '0xef343edaed564d1e', 'ID_WWN_WITH_EXTENSION': '0x60014055595e6fffef343edaed564d1e', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055595e6fffef343edaed564d1e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5595e6ff-fef3-43ed-aed5-64d1e6628b60', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350081507'} ; 2024-03-01 21:07:19,245 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:07:19,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,256 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:07:19,257 INFO blivet/MainThread: sde is a disk 2024-03-01 21:07:19,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:07:19,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:07:19,260 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:07:19,262 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:07:19,263 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:07:19,265 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:07:19,266 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:07:19,266 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:07:19,266 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48c4d0d0) -- 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 = 60014055595e6fffef343edaed564d1e 2024-03-01 21:07:19,269 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:07:19,272 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,272 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:07:19,275 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,275 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:07:19,278 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,278 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:07:19,281 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,281 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:07:19,284 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:07:19,284 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:07:19,284 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,323 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:19,323 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:19,323 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:07:19,323 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:07:19,328 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb ; label: None ; device: /dev/sde ; serial: 360014055595e6fffef343edaed564d1e ; exists: True ; vg_name: test_vg2 ; vg_uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:07:19,328 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:07:19,331 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:07:19,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:07:19,339 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:07:19,342 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:07:19,344 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:07:19,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:19,350 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,395 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:19,395 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J. WARNING: VG test_vg2 is missing PV ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J (last written to /dev/sdf). 2024-03-01 21:07:19,395 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:07:19,396 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:07:19,396 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:19,400 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6 ' '/dev/disk/by-id/wwn-0x600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/scsi-3600140505f99d36b6ba4b18bdb29eccd ' '/dev/disk/by-id/lvm-pv-uuid-ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J', 'ID_FS_UUID_ENC': 'ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J', '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': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'ID_SERIAL': '3600140505f99d36b6ba4b18bdb29eccd', 'ID_SERIAL_SHORT': '600140505f99d36b6ba4b18bdb29eccd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140505f99d36b', 'ID_WWN_VENDOR_EXTENSION': '0x6ba4b18bdb29eccd', 'ID_WWN_WITH_EXTENSION': '0x600140505f99d36b6ba4b18bdb29eccd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140505f99d36b6ba4b18bdb29eccd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '05f99d36-b6ba-4b18-bdb2-9eccd54cb3d6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350204716'} ; 2024-03-01 21:07:19,400 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:07:19,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,412 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:07:19,413 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:07:19,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:07:19,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:07:19,415 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:07:19,418 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:07:19,418 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:07:19,421 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:07:19,422 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:07:19,422 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:07:19,422 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48c4d070) -- 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 = 600140505f99d36b6ba4b18bdb29eccd 2024-03-01 21:07:19,425 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:07:19,428 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,428 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:07:19,431 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,431 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:07:19,434 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,434 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:07:19,437 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,437 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:07:19,439 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:07:19,439 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:07:19,440 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,481 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:07:19,481 INFO program/MainThread: stderr[24]: 2024-03-01 21:07:19,481 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:07:19,481 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:07:19,486 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J ; label: None ; device: /dev/sdf ; serial: 3600140505f99d36b6ba4b18bdb29eccd ; exists: True ; vg_name: test_vg2 ; vg_uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:07:19,486 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:07:19,489 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:07:19,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:19,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:07:19,500 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:07:19,503 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:07:19,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:19,508 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,554 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:19,554 INFO program/MainThread: stderr[25]: 2024-03-01 21:07:19,554 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:07:19,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:19,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:07:19,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:07:19,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:07:19,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:07:19,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:19,577 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:07:19,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:07:19,580 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:07:19,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:07:19,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:07:19,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:07:19,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:07:19,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:07:19,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:19,593 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:07:19,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:07:19,596 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:07:19,596 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:07:19,596 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:07:19,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:19,599 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:07:19,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:07:19,603 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:07:19,606 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/cc511d0f-31cc-42e0-a0a6-582ed6d25f8e ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'ID_FS_UUID_ENC': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821185519'} ; 2024-03-01 21:07:19,606 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:07:19,606 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:19,610 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:07:19,610 INFO program/MainThread: stderr[26]: 2024-03-01 21:07:19,611 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:07:19,611 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:19,614 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:07:19,614 INFO program/MainThread: stderr[27]: 2024-03-01 21:07:19,614 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:07:19,614 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:19,617 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:07:19,617 INFO program/MainThread: stderr[28]: 2024-03-01 21:07:19,617 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:07:19,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:07:19,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:19,627 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:07:19,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:19,628 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:07:19,624 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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 (0x7f6e48bb4b50) -- 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 = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:19,628 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:19,632 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:07:19,632 INFO program/MainThread: stderr[29]: 2024-03-01 21:07:19,632 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:07:19,636 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:07:19,639 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,639 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:07:19,642 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,642 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:07:19,646 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,646 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:07:19,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:07:19,649 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:07:19,653 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:19,653 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:07:19,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:07:19,656 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:19,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:19,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:07:19,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:07:19,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:07:19,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:07:19,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:19,676 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:07:19,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 21:07:19,680 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:07:19,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:07:19,683 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:07:19,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:07:19,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:07:19,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:07:19,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:19,692 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:07:19,695 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:07:19,696 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:07:19,696 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:07:19,696 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:07:19,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:19,699 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:07:19,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:07:19,702 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:07:19,706 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA ' '/dev/disk/by-uuid/b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'ID_FS_UUID_ENC': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '820762855'} ; 2024-03-01 21:07:19,706 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:07:19,706 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:19,710 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:07:19,710 INFO program/MainThread: stderr[30]: 2024-03-01 21:07:19,710 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:07:19,710 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:19,713 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:07:19,713 INFO program/MainThread: stderr[31]: 2024-03-01 21:07:19,714 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:07:19,714 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:19,716 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:07:19,717 INFO program/MainThread: stderr[32]: 2024-03-01 21:07:19,717 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:07:19,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:07:19,727 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:19,727 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:19,728 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:19,728 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:19,724 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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 (0x7f6e48bb4b50) -- name = test_vg2 status = 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 = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:19,729 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:19,732 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:07:19,732 INFO program/MainThread: stderr[33]: 2024-03-01 21:07:19,732 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:07:19,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:07:19,740 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,740 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:07:19,743 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,743 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:07:19,746 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,746 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:07:19,749 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,749 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:07:19,750 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:07:19,753 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:19,753 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:07:19,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:07:19,756 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:19,756 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:19,759 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/wwn-0x60014051629cedfe668455480834f2d3 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed ' '/dev/disk/by-id/lvm-pv-uuid-e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf ' '/dev/disk/by-id/scsi-360014051629cedfe668455480834f2d3', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf', 'ID_FS_UUID_ENC': 'e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf', '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': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'ID_SERIAL': '360014051629cedfe668455480834f2d3', 'ID_SERIAL_SHORT': '60014051629cedfe668455480834f2d3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051629cedfe', 'ID_WWN_VENDOR_EXTENSION': '0x668455480834f2d3', 'ID_WWN_WITH_EXTENSION': '0x60014051629cedfe668455480834f2d3', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051629cedfe668455480834f2d3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1629cedf-e668-4554-8083-4f2d3e90c6ed', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350362670'} ; 2024-03-01 21:07:19,759 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:07:19,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:07:19,771 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:07:19,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:07:19,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:07:19,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:07:19,777 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:07:19,777 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:07:19,780 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:07:19,780 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:07:19,780 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:07:19,780 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b99160) -- 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 = 60014051629cedfe668455480834f2d3 2024-03-01 21:07:19,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:07:19,786 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:19,786 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:07:19,789 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:19,789 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:07:19,792 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,792 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:07:19,795 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:19,795 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:07:19,797 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:07:19,797 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:07:19,798 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,841 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:19,841 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI. WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:19,841 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:07:19,842 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:07:19,846 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf ; label: None ; device: /dev/sdg ; serial: 360014051629cedfe668455480834f2d3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:07:19,846 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:07:19,849 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:07:19,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:19,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,860 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,903 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 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=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 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=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:19,903 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI. WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:19,903 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:07:19,903 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:07:19,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:07:19,908 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:07:19,911 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:19,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:07:19,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:07:19,915 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:19,959 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:19,959 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI. WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:19,959 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:07:19,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:07:19,964 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:07:19,967 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:07:19,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:19,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:07:19,972 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:07:19,973 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:19,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI ' '/dev/disk/by-id/scsi-36001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f7d2926d-35f9-4d5c-b3e8-9518a8bd7067 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f7d2926d35f94d5cb3e89518a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI', 'ID_FS_UUID_ENC': '6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI', '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': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'ID_SERIAL': '36001405f7d2926d35f94d5cb3e89518a', 'ID_SERIAL_SHORT': '6001405f7d2926d35f94d5cb3e89518a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f7d2926d3', 'ID_WWN_VENDOR_EXTENSION': '0x5f94d5cb3e89518a', 'ID_WWN_WITH_EXTENSION': '0x6001405f7d2926d35f94d5cb3e89518a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f7d2926d35f94d5cb3e89518a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f7d2926d-35f9-4d5c-b3e8-9518a8bd7067', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350300906'} ; 2024-03-01 21:07:19,976 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:07:19,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:07:19,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:19,988 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:07:19,988 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:07:19,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:07:19,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:07:19,991 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:07:19,994 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:07:19,994 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:07:19,997 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:07:19,997 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:07:19,997 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:07:19,998 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48c4d5b0) -- 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 = 6001405f7d2926d35f94d5cb3e89518a 2024-03-01 21:07:20,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:07:20,003 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,003 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:07:20,006 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,006 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:07:20,009 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,009 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:07:20,012 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,013 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:07:20,015 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:07:20,015 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:07:20,015 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:20,063 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:20,063 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:20,063 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:07:20,064 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:07:20,068 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI ; label: None ; device: /dev/sdh ; serial: 36001405f7d2926d35f94d5cb3e89518a ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; 2024-03-01 21:07:20,068 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:07:20,071 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:07:20,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:20,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:07:20,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:07:20,082 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:20,084 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:07:20,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:20,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:20,090 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:20,133 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:20,133 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI. WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:20,133 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:07:20,133 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:07:20,134 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:20,138 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI ' '/dev/disk/by-id/scsi-360014052c2aa4f08f1742b0816c393bb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2c2aa4f0-8f17-42b0-816c-393bb67c8bc5 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x60014052c2aa4f08f1742b0816c393bb', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI', 'ID_FS_UUID_ENC': '7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI', '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': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'ID_SERIAL': '360014052c2aa4f08f1742b0816c393bb', 'ID_SERIAL_SHORT': '60014052c2aa4f08f1742b0816c393bb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052c2aa4f08', 'ID_WWN_VENDOR_EXTENSION': '0xf1742b0816c393bb', 'ID_WWN_WITH_EXTENSION': '0x60014052c2aa4f08f1742b0816c393bb', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052c2aa4f08f1742b0816c393bb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2c2aa4f0-8f17-42b0-816c-393bb67c8bc5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350261961'} ; 2024-03-01 21:07:20,138 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:07:20,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,150 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:07:20,151 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:07:20,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:07:20,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:07:20,154 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:07:20,157 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:07:20,157 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:07:20,160 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:07:20,160 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:07:20,160 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:07:20,160 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b53040) -- 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 = 60014052c2aa4f08f1742b0816c393bb 2024-03-01 21:07:20,163 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:07:20,166 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,166 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:07:20,169 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,169 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:07:20,172 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,172 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:07:20,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:07:20,178 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:07:20,178 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:07:20,178 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:20,216 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:20,216 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:20,216 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:07:20,216 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:07:20,220 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI ; label: None ; device: /dev/sdi ; serial: 360014052c2aa4f08f1742b0816c393bb ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; 2024-03-01 21:07:20,221 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:07:20,224 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:07:20,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:20,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:20,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:07:20,235 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:20,237 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:07:20,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:20,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:20,243 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:20,286 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:20,286 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC. WARNING: VG test_vg3 is missing PV O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:07:20,286 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:07:20,287 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:07:20,287 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:20,291 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC ' '/dev/disk/by-id/wwn-0x6001405a2e49859a4b84a958092b12b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9 ' '/dev/disk/by-id/scsi-36001405a2e49859a4b84a958092b12b8', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC', 'ID_FS_UUID_ENC': 'O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC', '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': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'ID_SERIAL': '36001405a2e49859a4b84a958092b12b8', 'ID_SERIAL_SHORT': '6001405a2e49859a4b84a958092b12b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a2e49859a', 'ID_WWN_VENDOR_EXTENSION': '0x4b84a958092b12b8', 'ID_WWN_WITH_EXTENSION': '0x6001405a2e49859a4b84a958092b12b8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a2e49859a4b84a958092b12b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405109d748ad,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a2e49859-a4b8-4a95-8092-b12b89dbe1d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405109d748ad', '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': '350406835'} ; 2024-03-01 21:07:20,292 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:07:20,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,303 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:07:20,304 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:07:20,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:07:20,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:07:20,307 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:07:20,310 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:07:20,310 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:07:20,313 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:07:20,313 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:07:20,314 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:07:20,314 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b54d60) -- 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 = 6001405a2e49859a4b84a958092b12b8 2024-03-01 21:07:20,317 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:07:20,320 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,320 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:07:20,323 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,323 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:07:20,326 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,326 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:07:20,329 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,329 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:07:20,331 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:07:20,332 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:07:20,332 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:20,375 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rVbLUO-h8xQ-UEOx-WT7I-qnsW-OaAe-iXkzEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=n8Wq4i-lJeS-Uupf-JreM-jMzJ-znI7-Sifm5u LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Q6XTo3-22MG-UxlQ-40p0-Wuvu-0ovh-0t9Qcp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=u7C9Co-VHlv-1qmR-SfYe-Qtrn-DaLv-pfs7ho LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=tf8S8I-G2Ek-8pyQ-Yj2g-HplP-QQMC-dowkTb LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ARgHS7-JpRd-heWd-pVUi-KKBb-xV3C-Tsra1J LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e83w8D-pOct-OKjt-HFMo-uoXI-PYT2-XJyrjf LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=6mqadX-4n35-Yj4f-KKTH-peRV-z8Lr-jqr5PI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=7TLcEj-m03M-gxOz-2SJQ-dVzX-dgrJ-WqTctI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_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=O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:07:20,375 INFO program/MainThread: stderr[41]: 2024-03-01 21:07:20,375 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:07:20,376 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:07:20,380 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: O3KoQ0-fDMO-vW6R-z4gn-cpu4-Y2Xm-MQqqVC ; label: None ; device: /dev/sdj ; serial: 36001405a2e49859a4b84a958092b12b8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:07:20,380 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:07:20,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:07:20,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:20,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:20,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:07:20,394 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:07:20,397 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:07:20,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c ; incomplete: True ; hidden: False ; 2024-03-01 21:07:20,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:20,403 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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:20,447 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs 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=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 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=YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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=nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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=RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:07:20,447 INFO program/MainThread: stderr[42]: 2024-03-01 21:07:20,447 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:07:20,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:20,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:07:20,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:07:20,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:07:20,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:07:20,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:20,470 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:07:20,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:07:20,474 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:07:20,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:07:20,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:07:20,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:07:20,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:07:20,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:07:20,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:20,486 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:07:20,489 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:07:20,489 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:07:20,490 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:07:20,490 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:07:20,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:20,493 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:07:20,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:07:20,496 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:07:20,499 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/e86e6053-341d-4b1f-b984-4496bd5b3c0e ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'ID_FS_UUID_ENC': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818916950'} ; 2024-03-01 21:07:20,499 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:07:20,499 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:20,503 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:07:20,503 INFO program/MainThread: stderr[43]: 2024-03-01 21:07:20,503 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:07:20,504 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:20,507 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:07:20,507 INFO program/MainThread: stderr[44]: 2024-03-01 21:07:20,507 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:07:20,507 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:20,510 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:07:20,510 INFO program/MainThread: stderr[45]: 2024-03-01 21:07:20,510 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:07:20,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:07:20,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,522 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:07:20,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,523 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:07:20,519 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or 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 (0x7f6e48b47e80) -- 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:20,523 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:20,527 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:07:20,527 INFO program/MainThread: stderr[46]: 2024-03-01 21:07:20,527 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:07:20,531 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:07:20,534 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,534 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:07:20,538 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,538 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:07:20,541 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,541 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:07:20,544 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,544 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:07:20,544 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:07:20,547 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:20,547 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:07:20,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:07:20,550 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:20,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:20,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:07:20,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:07:20,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:07:20,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:07:20,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:20,584 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:07:20,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:07:20,587 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:07:20,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:07:20,590 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:07:20,593 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:07:20,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:07:20,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:07:20,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:20,600 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:07:20,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:07:20,603 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:07:20,603 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:07:20,603 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:07:20,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:20,606 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:07:20,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:07:20,609 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:07:20,613 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/c4f28a03-7ff8-4d13-bd66-4844683323e1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'ID_FS_UUID_ENC': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '817834601'} ; 2024-03-01 21:07:20,613 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:07:20,613 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:20,617 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:07:20,617 INFO program/MainThread: stderr[47]: 2024-03-01 21:07:20,617 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:07:20,617 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:20,620 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:07:20,621 INFO program/MainThread: stderr[48]: 2024-03-01 21:07:20,621 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:07:20,621 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:20,624 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:07:20,624 INFO program/MainThread: stderr[49]: 2024-03-01 21:07:20,624 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:07:20,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:07:20,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,636 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:07:20,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,637 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:07:20,632 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz 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 (0x7f6e48b47e80) -- name = test_vg3 status = True 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:20,637 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:20,641 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:07:20,641 INFO program/MainThread: stderr[50]: 2024-03-01 21:07:20,641 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:07:20,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:07:20,648 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,648 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:07:20,651 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,652 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:07:20,655 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,655 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:07:20,658 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:07:20,658 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:07:20,661 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:20,661 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:07:20,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:07:20,664 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:20,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:20,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:07:20,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:07:20,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:07:20,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:07:20,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:20,685 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:07:20,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:07:20,689 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:07:20,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:07:20,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:07:20,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:07:20,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:07:20,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:07:20,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:20,701 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:07:20,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:07:20,705 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:07:20,705 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:07:20,705 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:07:20,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:20,708 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:07:20,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:07:20,711 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:07:20,715 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/6bded8d1-b874-4574-820b-7519f1de62e3 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bded8d1-b874-4574-820b-7519f1de62e3', 'ID_FS_UUID_ENC': '6bded8d1-b874-4574-820b-7519f1de62e3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816749759'} ; 2024-03-01 21:07:20,715 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:07:20,715 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:20,719 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:07:20,719 INFO program/MainThread: stderr[51]: 2024-03-01 21:07:20,719 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:07:20,719 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:20,722 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:07:20,722 INFO program/MainThread: stderr[52]: 2024-03-01 21:07:20,722 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:07:20,723 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:20,725 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:07:20,726 INFO program/MainThread: stderr[53]: 2024-03-01 21:07:20,726 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:07:20,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:07:20,737 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,737 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:07:20,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,739 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:07:20,734 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa 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 (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:20,739 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:20,743 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:07:20,743 INFO program/MainThread: stderr[54]: 2024-03-01 21:07:20,743 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:07:20,747 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:07:20,750 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,750 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:07:20,753 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,753 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:07:20,757 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,757 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:07:20,760 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,760 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:07:20,760 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:07:20,763 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:20,763 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:07:20,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:07:20,766 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:20,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:07:20,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:07:20,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:07:20,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:07:20,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:07:20,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:20,788 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:07:20,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:07:20,791 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:07:20,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:07:20,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:07:20,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:07:20,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:07:20,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:07:20,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:20,804 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:07:20,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:07:20,807 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:07:20,807 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:07:20,808 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:07:20,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:20,810 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:07:20,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:07:20,814 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:07:20,817 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/e92d1e3a-f30e-4d30-857c-76f800c1f2a6 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'ID_FS_UUID_ENC': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816329148'} ; 2024-03-01 21:07:20,817 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:07:20,817 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:20,821 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:07:20,821 INFO program/MainThread: stderr[55]: 2024-03-01 21:07:20,822 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:07:20,822 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:20,825 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:07:20,825 INFO program/MainThread: stderr[56]: 2024-03-01 21:07:20,825 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:07:20,825 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:20,828 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:07:20,828 INFO program/MainThread: stderr[57]: 2024-03-01 21:07:20,828 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:07:20,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:07:20,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,840 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:20,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:20,841 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:20,836 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN 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 (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:20,842 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:20,845 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:07:20,846 INFO program/MainThread: stderr[58]: 2024-03-01 21:07:20,846 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:07:20,850 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:07:20,853 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,853 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:07:20,856 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,856 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:07:20,859 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,859 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:07:20,862 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,862 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:07:20,863 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:07:20,866 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:20,866 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:07:20,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:07:20,869 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:20,869 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:07:20,872 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20853541'} ; 2024-03-01 21:07:20,872 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:07:20,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,883 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:07:20,883 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:07:20,883 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:07:20,883 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:07:20,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:07:20,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:07:20,886 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:07:20,889 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:07:20,889 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:07:20,892 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:07:20,892 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:07:20,892 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:07:20,892 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e48b3eb20) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:07:20,895 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:07:20,898 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:20,898 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:07:20,901 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:20,901 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:07:20,904 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,904 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:07:20,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:20,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:07:20,910 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:07:20,912 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:07:20,915 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:07:20,921 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 0x7f6e48b56ac0> 2024-03-01 21:07:20,965 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:07:20,969 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:07:20,969 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:07:20,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', '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': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '20857021'} ; 2024-03-01 21:07:20,973 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:07:20,973 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:07:20,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,982 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:07:20,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:20,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:20,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:21,004 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:21,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:07:21,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:07:21,032 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:07:21,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:07:21,035 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:07:21,038 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:07:21,038 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:07:21,041 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:07:21,041 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:07:21,041 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:07:21,044 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:07:21,047 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:07:21,050 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:07:21,052 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:07:21,055 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:07:21,055 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:07:21,056 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:07:21,056 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:07:21,056 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6e48b46490) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-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 0x7f6e48b6c9a0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:07:21,060 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:07:21,063 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:07:21,063 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:07:21,066 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:07:21,066 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:07:21,069 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:21,069 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:07:21,071 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:07:21,072 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:07:21,072 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:07:21,074 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:07:21,075 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:07:21,077 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:07:21,077 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:07:21,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/e92d1e3a-f30e-4d30-857c-76f800c1f2a6 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cRZFipCfR1Zu9ofPXwnNP1kDZahHaSaFN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'ID_FS_UUID_ENC': 'e92d1e3a-f30e-4d30-857c-76f800c1f2a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816329148'} ; 2024-03-01 21:07:21,080 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:07:21,081 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:21,085 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:07:21,085 INFO program/MainThread: stderr[59]: 2024-03-01 21:07:21,085 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:07:21,085 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:21,088 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:07:21,088 INFO program/MainThread: stderr[60]: 2024-03-01 21:07:21,088 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:07:21,089 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:21,091 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:07:21,092 INFO program/MainThread: stderr[61]: 2024-03-01 21:07:21,092 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:07:21,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:07:21,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,104 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,105 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,100 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:21,106 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:07:21,110 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:07:21,110 INFO program/MainThread: stderr[62]: 2024-03-01 21:07:21,110 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:07:21,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:07:21,114 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:07:21,117 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/6bded8d1-b874-4574-820b-7519f1de62e3 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cnhnaUU33Cjt5UawSzNgBSbe5dwTJdgCa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bded8d1-b874-4574-820b-7519f1de62e3', 'ID_FS_UUID_ENC': '6bded8d1-b874-4574-820b-7519f1de62e3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '816749759'} ; 2024-03-01 21:07:21,117 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:07:21,117 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:21,121 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:07:21,121 INFO program/MainThread: stderr[63]: 2024-03-01 21:07:21,121 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:07:21,121 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:21,124 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:07:21,124 INFO program/MainThread: stderr[64]: 2024-03-01 21:07:21,124 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:07:21,124 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:21,127 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:07:21,127 INFO program/MainThread: stderr[65]: 2024-03-01 21:07:21,127 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:07:21,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:07:21,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,139 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,140 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,135 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:21,141 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:07:21,145 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:07:21,145 INFO program/MainThread: stderr[66]: 2024-03-01 21:07:21,145 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:07:21,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:07:21,149 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:07:21,151 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/c4f28a03-7ff8-4d13-bd66-4844683323e1 ' '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cuu4PLwniXoZSyZ5GRonka0Y2Ow5XJGfz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'ID_FS_UUID_ENC': 'c4f28a03-7ff8-4d13-bd66-4844683323e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '817834601'} ; 2024-03-01 21:07:21,152 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:07:21,152 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:21,156 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:07:21,156 INFO program/MainThread: stderr[67]: 2024-03-01 21:07:21,156 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:07:21,156 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:21,159 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:07:21,159 INFO program/MainThread: stderr[68]: 2024-03-01 21:07:21,159 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:07:21,159 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:21,162 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:07:21,163 INFO program/MainThread: stderr[69]: 2024-03-01 21:07:21,163 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:07:21,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:07:21,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,174 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,176 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,170 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:21,177 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:07:21,180 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:07:21,181 INFO program/MainThread: stderr[70]: 2024-03-01 21:07:21,181 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:07:21,184 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:07:21,185 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:07:21,187 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/e86e6053-341d-4b1f-b984-4496bd5b3c0e ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-0RCkTmvvbCu4EWD8TYatbNNIBMm1mm5cqMjdc4L0bndz61gLC2U80RbvNdDi34Or', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'ID_FS_UUID_ENC': 'e86e6053-341d-4b1f-b984-4496bd5b3c0e', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818916950'} ; 2024-03-01 21:07:21,187 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:07:21,188 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:21,191 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:07:21,191 INFO program/MainThread: stderr[71]: 2024-03-01 21:07:21,191 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:07:21,192 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:21,195 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:07:21,195 INFO program/MainThread: stderr[72]: 2024-03-01 21:07:21,195 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:07:21,195 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:21,198 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:07:21,198 INFO program/MainThread: stderr[73]: 2024-03-01 21:07:21,198 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:07:21,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:07:21,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,210 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:21,212 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:21,206 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:21,212 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:07:21,216 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:07:21,216 INFO program/MainThread: stderr[74]: 2024-03-01 21:07:21,216 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:07:21,220 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:07:21,220 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:07:21,223 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EYaZHV3a2K73hhtezFDyWtAFJGtVJ2ylA', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'ID_FS_UUID_ENC': 'b3e30a2b-855f-4905-8233-d4c34dcea5d9', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '820762855'} ; 2024-03-01 21:07:21,223 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:07:21,224 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:21,227 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:07:21,227 INFO program/MainThread: stderr[75]: 2024-03-01 21:07:21,227 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:07:21,227 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:21,230 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:07:21,231 INFO program/MainThread: stderr[76]: 2024-03-01 21:07:21,231 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:07:21,231 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:21,234 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:07:21,234 INFO program/MainThread: stderr[77]: 2024-03-01 21:07:21,234 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:07:21,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:07:21,244 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,245 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,245 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,246 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,242 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,246 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:07:21,250 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:07:21,250 INFO program/MainThread: stderr[78]: 2024-03-01 21:07:21,250 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:07:21,254 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:07:21,254 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:07:21,257 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/cc511d0f-31cc-42e0-a0a6-582ed6d25f8e ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8 ' '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-n2L3UVsv1JoFREP5SG2w6mPULzwkh60EdN4LplQacCXZ6aRkmAtTdAPuXunA0Me8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'ID_FS_UUID_ENC': 'cc511d0f-31cc-42e0-a0a6-582ed6d25f8e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821185519'} ; 2024-03-01 21:07:21,257 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:07:21,257 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:21,260 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:07:21,261 INFO program/MainThread: stderr[79]: 2024-03-01 21:07:21,261 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:07:21,261 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:21,264 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:07:21,264 INFO program/MainThread: stderr[80]: 2024-03-01 21:07:21,264 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:07:21,264 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:21,267 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:07:21,267 INFO program/MainThread: stderr[81]: 2024-03-01 21:07:21,267 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:07:21,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:07:21,277 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,278 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,278 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,279 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,275 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,280 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:07:21,283 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:07:21,283 INFO program/MainThread: stderr[82]: 2024-03-01 21:07:21,283 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:07:21,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:07:21,287 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:07:21,290 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS ' '/dev/disk/by-uuid/b39e6cde-ff3b-4998-b593-118bbcbba8e0 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocIZplqh6Mnopnoi7NXWckZ8V4AJCau7kS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'ID_FS_UUID_ENC': 'b39e6cde-ff3b-4998-b593-118bbcbba8e0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823043982'} ; 2024-03-01 21:07:21,290 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:07:21,291 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:21,294 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:07:21,294 INFO program/MainThread: stderr[83]: 2024-03-01 21:07:21,294 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:07:21,294 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:21,297 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:07:21,297 INFO program/MainThread: stderr[84]: 2024-03-01 21:07:21,297 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:07:21,297 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:21,300 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:07:21,300 INFO program/MainThread: stderr[85]: 2024-03-01 21:07:21,300 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:07:21,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:07:21,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,311 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,312 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,308 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,312 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:07:21,316 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:07:21,316 INFO program/MainThread: stderr[86]: 2024-03-01 21:07:21,316 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:07:21,320 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:07:21,320 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:07:21,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/d14c9541-a29a-4506-9d85-4fa3cd804abf ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '62', '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-wnm0RuIcPpDq0J74EnHzD3IAud9UqUocwkUMZgxGFRvjoHTksz373kEr4srddBKs', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'ID_FS_UUID_ENC': 'd14c9541-a29a-4506-9d85-4fa3cd804abf', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823475695'} ; 2024-03-01 21:07:21,323 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:07:21,323 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:21,326 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:07:21,326 INFO program/MainThread: stderr[87]: 2024-03-01 21:07:21,326 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:07:21,326 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:21,329 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:07:21,329 INFO program/MainThread: stderr[88]: 2024-03-01 21:07:21,329 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:07:21,330 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:21,332 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:07:21,333 INFO program/MainThread: stderr[89]: 2024-03-01 21:07:21,333 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:07:21,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:07:21,342 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,343 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,343 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,344 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,340 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,345 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:07:21,348 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:07:21,348 INFO program/MainThread: stderr[90]: 2024-03-01 21:07:21,348 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:07:21,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:07:21,352 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:07:21,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:21,368 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:21,387 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 21:07:21,388 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 21:07:21,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:21,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:21,400 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:07:21,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:21,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:21,410 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:07:21,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:21,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:21,421 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:07:21,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:21,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:21,431 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:07:21,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:21,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:21,442 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:07:21,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:07:21,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:07:21,452 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:07:21,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,457 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:07:21,458 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,458 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,458 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,459 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,459 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,459 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,460 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,461 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,461 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:07:21,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:07:21,466 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:07:21,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:07:21,471 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:07:21,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:07:21,476 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:07:21,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:07:21,481 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:07:21,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,484 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,485 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,488 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,489 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,492 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,493 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,493 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,494 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,496 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,497 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,497 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,498 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,501 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,502 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,505 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,506 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,509 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,510 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,512 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,513 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,514 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,516 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,517 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,517 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,518 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,514 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,520 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,521 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,521 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,518 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,524 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,525 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,525 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,529 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,532 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,532 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,533 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,536 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,537 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,540 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,541 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,544 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,545 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,548 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,548 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,549 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,550 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,553 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,553 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,553 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,556 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,557 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,560 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,560 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,561 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,561 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,564 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,564 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,565 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,567 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,568 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,568 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,569 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,572 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,573 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,576 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,577 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,579 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,580 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,583 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,584 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,587 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,588 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,591 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,592 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,594 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,595 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,596 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,599 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,600 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,602 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,603 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,603 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,606 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,606 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,607 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:07:21,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = wkUMZg-xGFR-vjoH-Tksz-373k-Er4s-rddBKs size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:07:21,608 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:07:21,610 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:21,611 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:07:21,614 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:07:21,614 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:21,615 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:07:21,619 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 21:07:21,619 INFO program/MainThread: stderr[91]: 2024-03-01 21:07:21,619 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:07:21,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:07:21,624 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:07:21,624 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:21,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:07:21,629 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:07:21,631 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,632 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,633 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,635 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,636 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,639 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,640 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,642 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,642 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,643 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,646 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,647 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,656 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,659 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,659 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,660 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,662 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,663 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,663 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,666 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,666 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,666 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,667 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,669 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,670 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,673 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,674 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,676 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,677 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,680 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,680 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,683 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,684 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,686 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,686 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,687 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,684 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,690 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,690 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,693 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,694 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,696 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,697 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,700 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,701 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,703 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,704 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,707 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,707 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,707 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,710 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,711 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,713 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,713 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,714 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,717 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,718 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,721 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,727 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,728 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,730 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,734 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,734 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,737 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:07:21,738 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:07:21,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b9b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = IZplqh-6Mno-pnoi-7NXW-ckZ8-V4AJ-Cau7kS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48c4d760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = wnm0Ru-IcPp-Dq0J-74En-HzD3-IAud-9UqUoc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:07:21,738 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:07:21,741 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:21,741 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:07:21,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:07:21,744 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:21,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:07:21,748 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:07:21,748 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:21,748 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 21:07:21,748 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:07:21,750 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:07:21,750 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,753 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:07:21,756 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:07:21,758 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:07:21,759 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:07:21,759 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:07:21,759 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:07:21,759 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:07:21,761 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:21,761 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:07:21,764 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:07:21,764 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:07:21,764 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:07:21,764 DEBUG blivet/MainThread: removing sda 2024-03-01 21:07:21,767 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:21,767 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:07:21,769 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:07:21,769 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:07:21,769 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:07:21,769 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:07:21,772 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:21,772 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:07:21,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:07:21,775 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:07:21,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,780 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:07:21,780 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,780 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,781 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,781 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,781 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,781 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,782 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,782 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,782 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:07:21,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:07:21,788 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:07:21,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:07:21,793 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:07:21,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:07:21,798 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:07:21,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:07:21,803 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:07:21,805 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,806 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,806 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,807 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,809 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,810 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,810 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,811 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,813 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,814 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,814 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,815 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,817 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,818 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,818 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,819 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,821 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,822 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,823 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,825 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,826 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,826 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,826 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,829 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,830 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,833 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,833 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,834 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,834 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,837 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,837 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,837 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,838 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,840 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,841 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,841 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,842 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,844 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,845 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,845 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,846 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,848 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,849 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,849 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,850 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,852 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,853 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,853 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,854 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,856 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,857 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,857 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,858 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,860 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,861 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,861 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,861 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,864 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,864 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,865 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,865 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,868 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,868 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,869 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,869 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,871 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,872 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,872 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,873 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,875 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,876 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,877 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,879 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,880 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,881 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,883 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,884 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,885 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,887 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,888 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,889 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,892 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,893 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,895 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,896 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,899 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,899 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,900 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,903 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,904 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,906 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,907 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,908 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,910 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,911 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,912 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,914 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,915 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,916 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,919 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,920 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,922 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,923 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,923 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,926 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,926 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,927 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:07:21,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN4Lpl-QacC-XZ6a-RkmA-tTdA-PuXu-nA0Me8 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:07:21,928 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:07:21,931 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:21,931 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:21,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:07:21,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:07:21,934 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:21,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:07:21,937 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:07:21,937 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:21,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:21,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:07:21,943 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:07:21,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,945 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,946 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,948 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,949 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,949 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,952 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,952 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,953 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,955 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,956 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,956 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,959 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,960 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,962 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,963 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,963 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,966 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,966 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,966 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,967 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,969 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,970 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,970 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,970 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,972 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,973 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,973 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,974 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,976 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,976 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,977 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,977 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,979 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,980 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,980 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,981 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,983 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,983 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,983 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,984 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,986 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,987 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,987 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,987 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,989 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,990 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,991 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,993 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,993 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,994 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,994 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:21,996 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,997 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,997 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:21,998 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,000 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,000 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,001 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,001 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:21,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,003 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,004 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,004 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,005 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,007 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,007 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,007 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,008 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,011 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,011 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,011 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,014 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,015 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,017 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,018 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,020 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,021 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,021 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,022 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,019 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,024 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,024 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,024 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,025 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,027 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,028 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,028 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,028 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,031 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,031 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,032 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,034 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,034 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,035 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,035 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,037 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,038 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,038 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,039 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,041 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,041 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,041 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,042 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,044 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,045 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,045 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,045 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,048 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,048 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,048 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,049 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,046 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,052 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,052 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:07:22,052 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:07:22,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b3e9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = YaZHV3-a2K7-3hht-ezFD-yWtA-FJGt-VJ2ylA size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48bb4b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = n2L3UV-sv1J-oFRE-P5SG-2w6m-PULz-wkh60E size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:07:22,053 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:07:22,055 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:22,056 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:07:22,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:07:22,059 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:22,062 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:07:22,062 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:07:22,062 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:22,062 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 21:07:22,062 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:07:22,064 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:07:22,065 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,068 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:07:22,070 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:07:22,073 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:07:22,073 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:07:22,073 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:07:22,073 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:07:22,073 DEBUG blivet/MainThread: removing sde 2024-03-01 21:07:22,075 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,075 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:07:22,078 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,078 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:07:22,078 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:07:22,078 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:07:22,081 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,081 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:07:22,083 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,083 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:07:22,083 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:07:22,083 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:07:22,086 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,086 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:07:22,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,089 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:07:22,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,094 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:07:22,094 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,095 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,095 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,096 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,096 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,097 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,097 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,097 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,098 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,098 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,098 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,099 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:07:22,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:07:22,104 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:07:22,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:07:22,109 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:07:22,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:07:22,113 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:07:22,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:07:22,118 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:07:22,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:07:22,123 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:07:22,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,127 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,128 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,132 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,134 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,138 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,139 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,143 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,144 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,148 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,149 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,150 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,154 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,155 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,159 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,160 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,164 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,165 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,169 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,170 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,171 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,175 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,176 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,180 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,181 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,185 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,187 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,182 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,191 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,192 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,196 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,197 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,201 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,202 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,206 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,208 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,211 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,213 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,217 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,218 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,222 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,223 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,227 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,229 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,232 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,234 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,238 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,239 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,243 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,244 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,240 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,248 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,254 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,255 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,250 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,258 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,259 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,260 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,264 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,265 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,269 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,271 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,275 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,276 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,280 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,281 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,285 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,286 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,290 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,292 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:07:22,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b58340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = qMjdc4-L0bn-dz61-gLC2-U80R-bvNd-Di34Or size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:07:22,292 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:07:22,295 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:22,295 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:07:22,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:07:22,298 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:22,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:07:22,301 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:07:22,302 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:22,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:07:22,307 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:07:22,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,310 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,311 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,314 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,315 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,316 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,320 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,321 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,325 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,326 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,329 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,331 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,334 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,335 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,339 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,339 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,340 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,336 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,344 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,345 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,349 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,350 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,346 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,353 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,355 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,358 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,359 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,363 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,364 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,367 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,368 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,369 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,372 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,373 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,374 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,379 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,382 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,384 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,387 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,388 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,392 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,393 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,389 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,396 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,397 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,398 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,401 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,402 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,402 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,403 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,407 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,408 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,412 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,413 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,416 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,418 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,421 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,422 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,418 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,426 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,427 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,431 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,432 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,436 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,437 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,440 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,442 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,445 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,447 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,450 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,451 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,455 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,456 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,460 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,461 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:07:22,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e4a12e280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uu4PLw-niXo-ZSyZ-5GRo-nka0-Y2Ow-5XJGfz size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:07:22,462 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:07:22,464 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:22,465 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:07:22,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:07:22,468 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:22,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:07:22,471 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:07:22,471 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:22,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:07:22,476 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:07:22,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,479 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,480 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,484 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,485 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,488 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,489 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,493 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,494 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,497 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,498 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,502 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,503 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,506 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,507 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,511 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,512 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,508 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,515 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,516 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,519 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,520 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,524 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,525 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,528 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,529 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,529 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,533 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,534 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,537 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,538 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,541 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,542 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,546 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,547 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,550 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,551 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,555 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,556 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,559 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,560 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,563 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,565 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,568 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,569 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,572 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,573 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,577 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,578 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,581 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,582 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,586 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,587 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,590 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,591 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,595 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,596 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,599 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,600 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,603 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,603 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,605 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,608 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,609 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,612 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,613 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,617 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,618 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:07:22,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48b86790) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nhnaUU-33Cj-t5Ua-wSzN-gBSb-e5dw-TJdgCa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,618 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:07:22,621 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:22,621 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:07:22,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:07:22,624 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:22,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:07:22,628 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:07:22,628 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:22,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:07:22,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:07:22,633 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:07:22,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,636 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,637 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,640 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,641 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,644 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,645 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,648 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,649 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,652 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,653 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,656 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,657 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,660 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,661 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,664 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,664 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,667 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,668 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,665 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,671 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,672 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,675 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,676 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,679 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,680 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,683 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,684 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,687 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,688 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,691 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,692 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,695 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,696 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,699 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,700 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,703 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,704 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,707 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,708 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,711 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,712 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,715 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,716 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,719 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,720 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,722 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,723 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,724 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,727 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,728 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,731 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,732 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,735 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,736 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,739 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,740 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,743 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,744 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,747 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,748 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,751 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,751 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,752 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,755 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,755 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:07:22,759 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:07:22,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e48c4d5e0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RZFipC-fR1Z-u9of-PXwn-NP1k-DZah-HaSaFN size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e48b47e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 0RCkTm-vvbC-u4EW-D8TY-atbN-NIBM-m1mm5c size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:07:22,760 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:07:22,763 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:07:22,763 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:07:22,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:07:22,766 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:22,769 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:07:22,769 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:07:22,769 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:22,769 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'sdj', 'test_vg3', 'sdh'] 2024-03-01 21:07:22,769 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:07:22,771 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:07:22,772 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,775 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:07:22,777 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:07:22,780 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:07:22,782 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:07:22,783 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:07:22,783 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:07:22,783 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:07:22,783 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:07:22,785 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,785 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:07:22,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,788 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:07:22,788 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:07:22,788 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:07:22,791 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,791 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:07:22,793 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,793 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:07:22,794 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:07:22,794 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:07:22,796 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,796 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:07:22,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,799 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:07:22,799 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:07:22,799 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:07:22,801 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:07:22,801 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:07:22,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:07:22,804 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:07:22,804 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:07:22,805 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:22,817 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:22,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:22,846 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:22,867 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:07:22,868 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:22,879 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:22,900 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:07:22,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:22,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:22,937 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:07:22,938 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:22,953 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:22,974 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:07:22,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:22,986 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,007 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:07:23,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,018 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,039 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:07:23,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,053 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,074 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:07:23,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,086 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,106 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:07:23,107 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:07:23,108 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:07:23,109 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:07:23,109 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:07:23,109 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:07:23,110 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:07:23,113 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:07:23,115 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:07:23,118 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:07:23,118 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:07:23,121 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:07:23,121 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 0x7f6e48acb180> 2024-03-01 21:07:23,121 INFO blivet/MainThread: sorting actions... 2024-03-01 21:07:23,141 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:23,142 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:23,142 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:23,142 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:23,142 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:23,142 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:23,142 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:23,143 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:23,144 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:23,145 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:07:23,145 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:07:23,145 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:07:23,145 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:07:23,145 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:23,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,151 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:07:23,151 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:07:23,159 INFO program/MainThread: stdout: 2024-03-01 21:07:23,160 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:23,160 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,177 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,194 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,195 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:07:23,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:07:23,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:07:23,206 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:07:23,209 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:07:23,211 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:07:23,212 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,252 INFO program/MainThread: stdout[92]: 2024-03-01 21:07:23,252 INFO program/MainThread: stderr[92]: 2024-03-01 21:07:23,252 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:07:23,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:07:23,259 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,262 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,264 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,267 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,270 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,272 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,275 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,278 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:07:23,280 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,326 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:07:23,326 INFO program/MainThread: stderr[93]: 2024-03-01 21:07:23,326 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:07:23,327 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:23,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,342 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:07:23,343 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:07:23,360 INFO program/MainThread: stdout: 2024-03-01 21:07:23,361 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:23,361 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,361 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,404 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,419 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,420 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:07:23,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:07:23,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:07:23,430 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:07:23,433 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:07:23,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:07:23,436 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,483 INFO program/MainThread: stdout[94]: 2024-03-01 21:07:23,483 INFO program/MainThread: stderr[94]: 2024-03-01 21:07:23,483 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:07:23,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:07:23,490 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,493 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,496 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,498 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,501 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,504 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,506 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,509 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,512 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:07:23,512 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,549 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:07:23,549 INFO program/MainThread: stderr[95]: 2024-03-01 21:07:23,549 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:07:23,550 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:23,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,566 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:07:23,567 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:07:23,578 INFO program/MainThread: stdout: 2024-03-01 21:07:23,579 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:23,579 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,579 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,629 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,642 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,643 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:07:23,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:07:23,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:07:23,653 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:07:23,656 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:07:23,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:07:23,659 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,699 INFO program/MainThread: stdout[96]: 2024-03-01 21:07:23,699 INFO program/MainThread: stderr[96]: 2024-03-01 21:07:23,699 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:07:23,703 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:07:23,706 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,711 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,714 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,717 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,720 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,722 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,725 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:07:23,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:07:23,728 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,769 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:07:23,769 INFO program/MainThread: stderr[97]: 2024-03-01 21:07:23,769 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:07:23,770 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:23,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,786 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:07:23,787 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:07:23,799 INFO program/MainThread: stdout: 2024-03-01 21:07:23,799 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:23,799 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,850 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:23,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:23,864 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:07:23,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:07:23,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:07:23,874 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:07:23,877 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:07:23,880 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:07:23,880 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,921 INFO program/MainThread: stdout[98]: 2024-03-01 21:07:23,921 INFO program/MainThread: stderr[98]: 2024-03-01 21:07:23,921 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:07:23,925 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:07:23,928 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,931 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:07:23,933 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,936 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:07:23,939 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,941 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:07:23,944 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:23,946 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:07:23,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:07:23,949 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:23,999 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:07:23,999 INFO program/MainThread: stderr[99]: 2024-03-01 21:07:23,999 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:07:24,000 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:07:24,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:07:24,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:07:24,023 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:07:24,028 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,039 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:07:24,046 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,075 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:07:24,081 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,083 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:07:24,086 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,089 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:07:24,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:07:24,092 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,126 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:07:24,127 INFO program/MainThread: stderr[100]: 2024-03-01 21:07:24,127 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:07:24,127 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,192 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:07:24,193 INFO program/MainThread: stderr[101]: 2024-03-01 21:07:24,193 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:07:24,193 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,230 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:07:24,230 INFO program/MainThread: stderr[102]: 2024-03-01 21:07:24,230 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:07:24,231 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:07:24,240 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,245 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,254 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,254 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sdh,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,311 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:07:24,311 INFO program/MainThread: stderr[103]: 2024-03-01 21:07:24,311 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:07:24,311 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:07:24,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,327 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,328 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,338 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 21:07:24,339 INFO program/MainThread: stderr[104]: 2024-03-01 21:07:24,339 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:07:24,339 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 21:07:24,355 INFO program/MainThread: stdout[105]: 2024-03-01 21:07:24,355 INFO program/MainThread: stderr[105]: 2024-03-01 21:07:24,355 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:07:24,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,368 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,383 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,384 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:07:24,388 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,390 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,393 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,393 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdj,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,431 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:07:24,431 INFO program/MainThread: stderr[106]: 2024-03-01 21:07:24,431 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:07:24,432 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:07:24,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,448 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,449 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,458 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 21:07:24,458 INFO program/MainThread: stderr[107]: 2024-03-01 21:07:24,458 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:07:24,458 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdj ... 2024-03-01 21:07:24,475 INFO program/MainThread: stdout[108]: 2024-03-01 21:07:24,475 INFO program/MainThread: stderr[108]: 2024-03-01 21:07:24,475 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:07:24,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,486 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,487 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,503 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,504 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:07:24,508 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,510 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,513 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,513 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdg,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,551 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:07:24,551 INFO program/MainThread: stderr[109]: 2024-03-01 21:07:24,551 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:07:24,552 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:07:24,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,569 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,570 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,580 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 21:07:24,580 INFO program/MainThread: stderr[110]: 2024-03-01 21:07:24,580 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:07:24,580 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdg ... 2024-03-01 21:07:24,597 INFO program/MainThread: stdout[111]: 2024-03-01 21:07:24,597 INFO program/MainThread: stderr[111]: 2024-03-01 21:07:24,597 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:07:24,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,626 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,627 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:07:24,631 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,633 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,636 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:07:24,636 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,673 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:07:24,673 INFO program/MainThread: stderr[112]: 2024-03-01 21:07:24,673 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:07:24,674 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:07:24,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,694 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,695 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,705 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 21:07:24,705 INFO program/MainThread: stderr[113]: 2024-03-01 21:07:24,705 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:07:24,705 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdi ... 2024-03-01 21:07:24,721 INFO program/MainThread: stdout[114]: 2024-03-01 21:07:24,722 INFO program/MainThread: stderr[114]: 2024-03-01 21:07:24,722 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:07:24,722 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,735 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,736 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,747 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,747 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:24,751 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,754 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:07:24,755 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:07:24,762 INFO program/MainThread: stdout: 2024-03-01 21:07:24,762 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:24,762 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,781 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,782 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,795 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,796 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:07:24,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:07:24,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:07:24,806 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:07:24,809 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:07:24,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:07:24,813 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,854 INFO program/MainThread: stdout[115]: 2024-03-01 21:07:24,854 INFO program/MainThread: stderr[115]: 2024-03-01 21:07:24,854 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:07:24,858 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:07:24,861 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,864 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:07:24,867 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,869 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:07:24,872 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,874 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:07:24,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:07:24,878 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:24,924 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 21:07:24,926 INFO program/MainThread: stderr[116]: 2024-03-01 21:07:24,926 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:07:24,927 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:24,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:24,947 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:07:24,948 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:07:24,964 INFO program/MainThread: stdout: 2024-03-01 21:07:24,965 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:24,965 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:24,997 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:24,998 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:07:25,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:07:25,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:07:25,008 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:07:25,011 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:07:25,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:07:25,014 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,053 INFO program/MainThread: stdout[117]: 2024-03-01 21:07:25,053 INFO program/MainThread: stderr[117]: 2024-03-01 21:07:25,053 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:07:25,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:07:25,060 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,063 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,066 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,068 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,071 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,074 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:07:25,076 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,117 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 21:07:25,117 INFO program/MainThread: stderr[118]: 2024-03-01 21:07:25,117 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:07:25,118 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:07:25,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:07:25,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:07:25,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:07:25,157 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,164 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,168 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,171 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,173 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,176 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:07:25,178 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,211 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 21:07:25,211 INFO program/MainThread: stderr[119]: 2024-03-01 21:07:25,211 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:07:25,212 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,269 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:07:25,270 INFO program/MainThread: stderr[120]: 2024-03-01 21:07:25,270 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:07:25,270 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,301 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 21:07:25,301 INFO program/MainThread: stderr[121]: 2024-03-01 21:07:25,301 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:07:25,302 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:07:25,311 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,316 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:07:25,331 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:07:25,331 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,383 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:07:25,383 INFO program/MainThread: stderr[122]: 2024-03-01 21:07:25,383 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:07:25,384 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:07:25,384 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,402 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,403 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,412 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 21:07:25,413 INFO program/MainThread: stderr[123]: 2024-03-01 21:07:25,413 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:07:25,413 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdf ... 2024-03-01 21:07:25,429 INFO program/MainThread: stdout[124]: 2024-03-01 21:07:25,430 INFO program/MainThread: stderr[124]: 2024-03-01 21:07:25,430 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:07:25,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,441 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,453 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,454 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:07:25,457 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,460 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:07:25,462 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:07:25,462 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 21:07:25,500 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:07:25,500 INFO program/MainThread: stderr[125]: 2024-03-01 21:07:25,500 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:07:25,501 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:07:25,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,519 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,520 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:25,529 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 21:07:25,529 INFO program/MainThread: stderr[126]: 2024-03-01 21:07:25,529 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:07:25,529 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sdd ... 2024-03-01 21:07:25,545 INFO program/MainThread: stdout[127]: 2024-03-01 21:07:25,545 INFO program/MainThread: stderr[127]: 2024-03-01 21:07:25,545 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 21:07:25,546 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,557 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,568 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,569 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:07:25,573 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,575 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:07:25,577 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:07:25,578 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:25,614 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:07:25,614 INFO program/MainThread: stderr[128]: 2024-03-01 21:07:25,614 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 21:07:25,615 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:07:25,615 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,631 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,631 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:25,641 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 21:07:25,641 INFO program/MainThread: stderr[129]: 2024-03-01 21:07:25,641 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 21:07:25,641 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sde ... 2024-03-01 21:07:25,659 INFO program/MainThread: stdout[130]: 2024-03-01 21:07:25,659 INFO program/MainThread: stderr[130]: 2024-03-01 21:07:25,659 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 21:07:25,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,672 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,673 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,687 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,688 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:25,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,695 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:07:25,696 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:07:25,704 INFO program/MainThread: stdout: 2024-03-01 21:07:25,704 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:25,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,723 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,724 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,736 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,737 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:07:25,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:07:25,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:07:25,747 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:07:25,750 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:07:25,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:07:25,753 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:25,789 INFO program/MainThread: stdout[131]: 2024-03-01 21:07:25,790 INFO program/MainThread: stderr[131]: 2024-03-01 21:07:25,790 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 21:07:25,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:07:25,797 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,800 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:07:25,803 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,805 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:07:25,808 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,811 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:07:25,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:07:25,813 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:25,847 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 21:07:25,847 INFO program/MainThread: stderr[132]: 2024-03-01 21:07:25,847 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 21:07:25,848 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:25,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,864 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:07:25,864 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:07:25,877 INFO program/MainThread: stdout: 2024-03-01 21:07:25,877 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:07:25,877 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,914 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:25,925 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:25,926 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:07:25,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:07:25,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:07:25,936 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:07:25,939 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:07:25,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:07:25,942 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:25,984 INFO program/MainThread: stdout[133]: 2024-03-01 21:07:25,984 INFO program/MainThread: stderr[133]: 2024-03-01 21:07:25,984 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 21:07:25,988 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:07:25,991 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,994 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:07:25,997 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:25,999 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:07:26,002 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,005 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:07:26,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:07:26,008 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:26,045 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 21:07:26,045 INFO program/MainThread: stderr[134]: 2024-03-01 21:07:26,045 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 21:07:26,046 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:07:26,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:07:26,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:07:26,071 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:07:26,079 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,086 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:07:26,091 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,096 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:07:26,101 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,103 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:07:26,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:07:26,106 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:26,152 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 21:07:26,152 INFO program/MainThread: stderr[135]: 2024-03-01 21:07:26,152 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 21:07:26,152 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:26,206 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:07:26,206 INFO program/MainThread: stderr[136]: 2024-03-01 21:07:26,206 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 21:07:26,206 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:26,238 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 21:07:26,238 INFO program/MainThread: stderr[137]: 2024-03-01 21:07:26,238 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 21:07:26,239 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:07:26,248 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,255 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:07:26,266 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:07:26,266 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 21:07:26,320 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:07:26,321 INFO program/MainThread: stderr[138]: 2024-03-01 21:07:26,321 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 21:07:26,321 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:07:26,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,340 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,341 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 21:07:26,350 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 21:07:26,350 INFO program/MainThread: stderr[139]: 2024-03-01 21:07:26,350 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 21:07:26,350 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sdb ... 2024-03-01 21:07:26,367 INFO program/MainThread: stdout[140]: 2024-03-01 21:07:26,367 INFO program/MainThread: stderr[140]: 2024-03-01 21:07:26,367 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 21:07:26,367 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,381 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,382 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,396 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,397 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:07:26,401 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,404 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:07:26,406 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:07:26,406 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 21:07:26,450 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:07:26,450 INFO program/MainThread: stderr[141]: 2024-03-01 21:07:26,450 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 21:07:26,450 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:07:26,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,463 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,464 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 21:07:26,473 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 21:07:26,473 INFO program/MainThread: stderr[142]: 2024-03-01 21:07:26,473 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 21:07:26,473 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sda ... 2024-03-01 21:07:26,490 INFO program/MainThread: stdout[143]: 2024-03-01 21:07:26,490 INFO program/MainThread: stderr[143]: 2024-03-01 21:07:26,490 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 21:07:26,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,501 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,511 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,512 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:07:26,516 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:07:26,518 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:07:26,520 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:07:26,521 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 21:07:26,557 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:07:26,558 INFO program/MainThread: stderr[144]: 2024-03-01 21:07:26,558 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 21:07:26,558 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:07:26,558 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,573 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,573 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:07:26,583 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 21:07:26,583 INFO program/MainThread: stderr[145]: 2024-03-01 21:07:26,583 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 21:07:26,583 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdc ... 2024-03-01 21:07:26,599 INFO program/MainThread: stdout[146]: 2024-03-01 21:07:26,599 INFO program/MainThread: stderr[146]: 2024-03-01 21:07:26,599 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 21:07:26,600 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,614 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,615 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:07:26,625 DEBUG program/MainThread: Return code: 0 2024-03-01 21:07:26,630 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:07:26,630 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f6e48acbbd0> to retry, use: --limit @/tmp/tests_single_lv.retry PLAY RECAP ********************************************************************* sut : ok=102 changed=4 unreachable=0 failed=1 skipped=74 rescued=0 ignored=0 Friday 01 March 2024 21:07:30 +0000 (0:00:00.922) 0:00:56.298 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.67s /WORKDIR/git-debug-cleanup-failures92yy11th/.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 --- 8.97s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 3.76s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.97s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.92s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.91s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get required packages --------------- 1.18s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.11s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 1.07s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_single_lv.yml:2 ------- fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.04s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.03s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.03s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.03s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.03s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 1.02s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 ------ Ensure test packages ---------------------------------------------------- 1.02s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.02s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.02s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.01s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.98s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---